feat: add favicon + title
This commit is contained in:
@@ -11,7 +11,10 @@ export default function Home(props: PageProps) {
|
||||
<RedirectSearchHandler />
|
||||
<KMenu type="main" context={false} />
|
||||
<MainLayout url={props.url}>
|
||||
<h1 class="text-4xl mb-4 mt-3 text-white">Resources</h1>
|
||||
<h1 class="text-4xl mb-4 mt-3 text-white flex gap-2">
|
||||
<img src="/favicon.png" class="w-8 h-8 inline" />
|
||||
Resources
|
||||
</h1>
|
||||
<div class="flex flex-wrap items-center gap-4">
|
||||
{Object.values(resources).filter((v) => v.link !== "/").map((m) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user