feat: fix some shit

This commit is contained in:
2023-08-06 18:06:09 +02:00
parent 6f650b568d
commit f482ebcce0
10 changed files with 23 additions and 12 deletions

View File

@@ -27,8 +27,6 @@ export default function Greet(props: PageProps<Article[] | null>) {
<h3 class="text-2xl text-white font-light">📝 Articles</h3>
</header>
<KMenu type="main" context={false} />
<Grid>
{props.data?.map((doc) => {
return (