Skip to content

Commit 4a873b8

Browse files
committed
fix year in footer forever
https://getfullyear.com/
1 parent fa427b9 commit 4a873b8

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,3 @@ Developed and maintained by the **ARCOS** group at Universidad Carlos III de Mad
149149
- **[CREATOR Main Repository](https://github.com/creatorsim/creator)** - The CREATOR simulator itself
150150
- **[ARCOS Group](https://www.arcos.inf.uc3m.es/)** - Research group homepage
151151
- **[UC3M University](https://www.uc3m.es/)** - Universidad Carlos III de Madrid
152-
153-
---
154-
155-
© 2019-2026 ARCOS Group, UC3M. All rights reserved.

src/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</div>
104104
<div class="text-center">
105105
<p class="text-sm text-gray-400 dark:text-gray-400">
106-
&copy; 2019-2026 ARCOS, UC3M
106+
&copy; 2019-{{ new Date().getFullYear() }} CREATOR Team
107107
</p>
108108
</div>
109109
</div>

src/components/HeroSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class="text-base sm:text-lg text-blue-100 dark:text-gray-300 max-w-2xl mx-auto lg:mx-0"
1616
>
1717
An educational integrated development environment for assembly
18-
programming, developed by the ARCOS group at UC3M.
18+
programming, developed by the ARCOS research group at UC3M.
1919
</p>
2020
<div
2121
class="flex flex-col sm:flex-row gap-3 sm:gap-4 justify-center lg:justify-start"

0 commit comments

Comments
 (0)