Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Sep 17, 2024
1 parent fd1220f commit 3b58458
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/_components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
import Image from "next/image";
import Link from "next/link";

export function Logo() {
return (
<Link href="/">
<span className="inline bg-gradient-to-r from-[#e09ef2] to-[#eb03cc] bg-clip-text font-bold text-transparent">
LOGO
<span className="flex items-center gap-1">
<Image src="/favicon.ico" alt="IndiKit" width={20} height={20} />
<span className="inline bg-gradient-to-r from-red-500 via-green-500 to-purple-500 bg-clip-text text-xl font-bold text-transparent">
IndiKit
</span>
</span>
</Link>
);
Expand Down

0 comments on commit 3b58458

Please sign in to comment.