feat: make author clickable
This commit is contained in:
@@ -15,8 +15,9 @@ export default function Home(props: PageProps) {
|
||||
<RedirectSearchHandler />
|
||||
<KMenu type="main" context={false} />
|
||||
<MainLayout url={props.url}>
|
||||
<div class="flex flex-wrap items-center gap-4 px-4">
|
||||
{Object.values(resources).map((m) => {
|
||||
<h1 class="text-4xl mb-4 mt-3 text-white">Resources</h1>
|
||||
<div class="flex flex-wrap items-center gap-4">
|
||||
{Object.values(resources).filter((v) => v.link !== "/").map((m) => {
|
||||
return (
|
||||
<Card
|
||||
title={`${m.name}`}
|
||||
|
||||
Reference in New Issue
Block a user