mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-09-14 10:23:50 +05:00
update footer
This commit is contained in:
parent
04e272ac61
commit
b766442484
4 changed files with 17 additions and 10 deletions
|
@ -1,6 +1,7 @@
|
|||
export default function Footer() {
|
||||
return (
|
||||
<div className="container mx-auto px-4 sm:px-8 mb-4">
|
||||
<footer className="bg-orange-950 text-[#f9ebeb] rounded-t-lg">
|
||||
<div className="container mx-auto px-4 sm:px-8 py-4">
|
||||
<div className="flex flex-wrap items-center gap-4 mx-auto">
|
||||
<a
|
||||
className="flex items-center gap-2 text-lg"
|
||||
|
@ -17,21 +18,20 @@ export default function Footer() {
|
|||
<p className="text-lg">Find us on:</p>
|
||||
<a href="https://github.com/wah-su">
|
||||
<img
|
||||
className="object-contain w-8 rounded-full aspect-square block dark:hidden"
|
||||
src="/static/github-mark.png"
|
||||
alt="github"
|
||||
/>
|
||||
<img
|
||||
className="object-contain w-8 rounded-full aspect-square hidden dark:block"
|
||||
className="object-contain w-8 rounded-full aspect-square"
|
||||
src="/static/github-mark-white.png"
|
||||
alt="github"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://wah.su" className="flex items-center justify-center">
|
||||
<div className="material-symbols--globe w-8 h-8 dark:text-white text-slate-700"></div>
|
||||
<a
|
||||
href="https://wah.su"
|
||||
className="flex items-center justify-center"
|
||||
>
|
||||
<div className="material-symbols--globe w-8 h-8"></div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue