Skip to content

Commit

Permalink
style(Projects): 🎨 transform date to titlecase
Browse files Browse the repository at this point in the history
  • Loading branch information
juamber-rgs committed Feb 28, 2024
1 parent f6f51f6 commit f1ca132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/website/pages/projects/projects.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span class="title">
<span class="title-and-date">
<h2>{{ project.name }}</h2>
<p class="date">{{ project.date | date : 'MMMM, yyyy' : '' : language()?.acronym }}</p>
<p class="date">{{ project.date | date : 'MMMM, yyyy' : '' : language()?.acronym | titlecase }}</p>
</span>
</span>
<div class="technologies">
Expand Down

0 comments on commit f1ca132

Please sign in to comment.