Skip to content

Commit

Permalink
update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 20, 2024
1 parent a70f166 commit 030cec4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/frontend/shared/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import { appConfig } from "@/config";
export function Footer() {
return (
<footer className="container py-4 text-center text-sm text-muted-foreground mt-10">
<div className="my-3 flex items-center justify-center">
<div className="mr-3">Our Products: </div>
<a href="https://www.redirectchecker.org/" target="_blank" className="text-primary flex items-center">
<img alt="Redirect Checker" src="https://www.faviconextractor.com/favicon/www.redirectchecker.org" className="h-5 w-5 mr-1 rounded-full bg-secondary" width={20} height={20} />
<span>Redirect Checker</span>
</a>
</div>
<span>
© {new Date().getFullYear()} <a href="https://www.faviconextractor.com">{appConfig.appName}</a>. All rights reserved.
</span>
Expand Down

0 comments on commit 030cec4

Please sign in to comment.