chore: tweak HN logo
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { FaHackerNews } from "react-icons/fa";
|
import { IoLogoGithub, IoLogoHackernews } from "react-icons/io";
|
||||||
import { IoLogoGithub } from "react-icons/io";
|
|
||||||
|
|
||||||
import Button from "~/components/Button";
|
import Button from "~/components/Button";
|
||||||
import { PageHead } from "~/components/PageHead";
|
import { PageHead } from "~/components/PageHead";
|
||||||
@@ -48,7 +47,13 @@ export default function HomeView() {
|
|||||||
className="flex items-center gap-2 px-4 py-1 text-center text-xs text-light-1000 dark:text-dark-1000 lg:text-sm"
|
className="flex items-center gap-2 px-4 py-1 text-center text-xs text-light-1000 dark:text-dark-1000 lg:text-sm"
|
||||||
>
|
>
|
||||||
#1 Hacker News
|
#1 Hacker News
|
||||||
<FaHackerNews size={20} className="text-orange-500" />
|
<div className="relative">
|
||||||
|
<div className="absolute inset-1 bg-white" />
|
||||||
|
<IoLogoHackernews
|
||||||
|
size={20}
|
||||||
|
className="relative text-orange-500"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user