Skip to content

Commit

Permalink
update buyme
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 26, 2024
1 parent 16e41fe commit c6e84b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/frontend/shared/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Header() {
<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")}>
<NavBar />
<div className="flex items-center justify-end gap-2 md:ml-auto text-primary flex-shrink-0">
<a href="https://www.buymeacoffee.com/seadfeng" target="_blank" ><img className="rounded-full" width={30} height={30} src="https://www.faviconextractor.com/favicon/buymeacoffee.com?larger=true" alt="Buy Me A Coffee" /> </a>
<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>
<LocaleSwitch />
<ModeToggle />
<a href="https://github.com/seadfeng/font-generator" className="flex flex-shrink-0">
Expand Down

0 comments on commit c6e84b5

Please sign in to comment.