mirror of
https://github.com/ershisan99/podcaster.git
synced 2026-01-22 21:02:07 +00:00
feat: add favicon and logo
This commit is contained in:
@@ -14,7 +14,14 @@ export function Layout() {
|
||||
}
|
||||
>
|
||||
<h1 className={"text-2xl font-semibold text-sky-600"}>
|
||||
<Link to={"/"}>Podcaster</Link>
|
||||
<Link to={"/"} className={"flex items-center gap-2"}>
|
||||
<img
|
||||
src={"/android-chrome-192x192.png"}
|
||||
className={"h-6 w-6 shrink-0"}
|
||||
alt={"Podcaster logo"}
|
||||
/>
|
||||
Podcaster
|
||||
</Link>
|
||||
</h1>
|
||||
{isLoading && <Spinner />}
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user