Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Nov 19, 2023
1 parent cfda802 commit c411d97
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions apps/website/src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,36 +71,3 @@ export default function Footer() {
</footer>
);
}

/*
<footer className="border-t py-4">
<div className="flex items-center justify-around">
<div>
<Link href="/" className="mr-6 flex items-center space-x-2">
<TextMark className="h-10 w-10" />
</Link>
</div>
<div className="flex items-start gap-8">
</div>
</div>
<div className="flex flex-col items-start justify-start mt-3">
<span className="text-sm text-muted font-medium">
Made with ❤️ by{' '}
<Link href="https://github.com/Androz2091" className="text-blue-500">
Androz2091
</Link>{' '}
and{' '}
<Link href="https://github.com/twlite" className="text-blue-500">
twlite
</Link>
</span>
<span className="text-sm text-muted">
© {new Date().getFullYear()}{' '}
<Link href="https://github.com/Androz2091" className="text-blue-500">
Androz2091
</Link>
</span>
</div>
</footer>
*/

0 comments on commit c411d97

Please sign in to comment.