Skip to content

Commit 9e85d09

Browse files
authored
Merge pull request #200 from jordanopensource/patch/current-year-value
patch: fixed dynamic year fetching string
2 parents a02f37d + 2ebb0f8 commit 9e85d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PageFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
loading="lazy"
8383
/>
8484
<span class="copyright-text"
85-
>2022, JOSA - Jordan Open Source Association</span
85+
>{{ new Date().getFullYear() }}, JOSA - Jordan Open Source Association</span
8686
>
8787
</div>
8888
</div>

0 commit comments

Comments
 (0)