Skip to content

Commit 49aef4a

Browse files
committed
refactor: copyright 하드코딩으로 변경
1 parent dd02a9b commit 49aef4a

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)