Skip to content

Commit 4ba24d8

Browse files
authored
Merge pull request #51 from devwqc/refactor/copyright
[refactor] copyright 하드코딩으로 변경
2 parents a038fe8 + 49aef4a commit 4ba24d8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
import SnsIcon from './SnsIcon.astro';
3-
4-
const today = new Date();
53
---
64

75
<footer class="flex flex-col items-center gap-1 py-10">
8-
&copy; {today.getFullYear()} devwqc All rights reserved.
6+
&copy; 2024 devwqc All rights reserved.
97
<ul class="flex gap-5">
108
<li>
119
<SnsIcon

0 commit comments

Comments
 (0)