Update footer to include astro
This commit is contained in:
parent
aa8e43fb48
commit
a74a0539f2
1 changed files with 1 additions and 1 deletions
2
src/components/Footer.astro
Normal file → Executable file
2
src/components/Footer.astro
Normal file → Executable file
|
@ -8,6 +8,6 @@ import {profileConfig} from "../config";
|
|||
<div class="transition text-50 text-sm">
|
||||
© 2024 {profileConfig.name}. All Rights Reserved.
|
||||
<br>
|
||||
Powered by <a class="link text-[var(--primary)] font-medium" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a>
|
||||
Powered by <a class="link text-[var(--primary)] font-medium" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a> & <a class="link text-[var(--primary)] font-medium" target="_blank" href="https://astro.build">Astro</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue