Skip to content

Commit

Permalink
Update website source url
Browse files Browse the repository at this point in the history
  • Loading branch information
neroices authored Dec 19, 2024
1 parent 60497df commit 124bd6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/site-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ export function SiteFooter() {
return (
<footer className="border-t bg-background">
<div className="container mx-auto flex flex-col items-center justify-between gap-6 px-4 py-6 sm:px-6 lg:px-8 md:flex-row md:py-4">
{/* Left Section: Logo & Text */}
<div className="flex flex-col items-center gap-4 text-center md:flex-row md:gap-2 md:text-left">
<p className="text-sm leading-relaxed md:leading-loose">
&copy; 2024 WitAqua. This site is {" "}
<a
href="https://github.com/WitAqua/witaqua.github.io"
href="https://github.com/WitAqua/www"
target="_blank"
rel="noreferrer"
className="font-medium underline underline-offset-4"
Expand All @@ -21,7 +20,6 @@ export function SiteFooter() {
</p>
</div>

{/* Right Section: Social Icons */}
<div className="flex items-center space-x-4">
<Link href="https://x.com/WitAquaROM" target="_blank" rel="noopener noreferrer">
<Twitter className="h-5 w-5" />
Expand Down

0 comments on commit 124bd6e

Please sign in to comment.