Skip to content

Commit dea5738

Browse files
committed
update footer & header
1 parent 4dfc352 commit dea5738

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/components/frontend/shared/footer.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ import { appConfig } from "@/config";
44
export function Footer() {
55
return (
66
<footer className="container py-4 text-center text-sm text-muted-foreground mt-10">
7-
<div className="my-3 flex items-center justify-center">
8-
<div className="mr-3">Our Products: </div>
7+
<div className="my-3 flex items-center justify-center gap-3">
8+
<b>Our Products: </b>
99
<a href="https://www.faviconextractor.com/" className="text-primary flex items-center">
1010
<img alt="Favicon Extractor" src="https://www.faviconextractor.com/favicon/www.faviconextractor.com" className="h-5 w-5 mr-1 rounded-full bg-secondary" width={20} height={20} />
1111
<span>Favicon Extractor</span>
1212
</a>
13+
<a href="https://www.fontgenerator.dev/" className="text-primary flex items-center">
14+
<img alt="Font Generator" src="https://www.faviconextractor.com/favicon/www.fontgenerator.dev" className="h-5 w-5 mr-1 rounded-full bg-secondary" width={20} height={20} />
15+
<span>Font Generator</span>
16+
</a>
1317
</div>
1418
<span>
1519
© {new Date().getFullYear()} <a href="https://www.redirectchecker.org/">{appConfig.appName}</a>. All rights reserved.

src/components/frontend/shared/header.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ export function Header() {
3232
<header className={cn(" w-full items-center gap-4 bg-background px-4 md:px-6 z-50 h-16 transition-shadow duration-200 flex", isTop ? "shadow-none" : "shadow-sm")}>
3333
<NavBar />
3434
<div className="flex items-center justify-end gap-2 md:ml-auto text-primary">
35+
<a href="https://www.buymeacoffee.com/seadfeng" target="_blank" title="Buy Me A Coffee"><img className="rounded-full" width={25} height={25} src="https://www.faviconextractor.com/favicon/buymeacoffee.com?larger=true" alt="Buy Me A Coffee" /> </a>
3536
<LocaleSwitch />
36-
<ModeToggle />
37+
<ModeToggle />
3738
<a href="https://github.com/seadfeng/redirectcheck" className="flex flex-shrink-0">
3839
<img title="Redirectcheck Github" alt="Redirectcheck Github" height={20} className="h-[20px]" src="https://img.shields.io/github/stars/seadfeng/redirectcheck?style=social" />
3940
</a>

0 commit comments

Comments
 (0)