Skip to content

Commit 87e7e83

Browse files
committed
feat(copyright): add copyright
1 parent e3a1537 commit 87e7e83

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/components/footer.astro

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@
3939

4040
<div class="mt-12 pt-8 border-t border-[#ffffff10]">
4141
<p class="text-center text-sm text-[var(--white-icon)] space-y-2">
42-
<!-- If you are using this template, by MIT License you can't remove the copyright notice -->
43-
<span class="block sm:inline"
44-
>Copyright © 2025 <a href="https://github.com/Gothsec"
42+
<span class="block">Copyright © 2026 <a href="https://github.com/rainwithcode" class="hover:underline"
43+
>Rain With Code</a
44+
></span>
45+
<!-- Template by Oscar Hernandez - MIT License requires this notice -->
46+
<span class="block text-xs opacity-75"
47+
>Template © 2026 <a href="https://github.com/Gothsec" class="hover:underline"
4548
>Oscar Hernandez</a
46-
>. All rights reserved.</span
49+
></span
4750
>
4851
</p>
4952
</div>

0 commit comments

Comments
 (0)