feat: fix some shit
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user