Skip to content

Commit

Permalink
Incorrect date for Project card (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
asylves1 authored Apr 30, 2024
1 parent 57bfb0f commit a066b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<section class="details">
<div>
<div class="author">{{ project?.userName ?? '——' }}</div>
<div class="creation-date">{{ formatDdMmmYyyy(project.createdOn) }}</div>
<div>{{ formatDdMmmYyyy(project.updatedOn) }}</div>
</div>
<div class="description">
{{ project.description }}
Expand Down

0 comments on commit a066b5c

Please sign in to comment.