Skip to content

Commit f8b560d

Browse files
committed
Update Main.tsx
1 parent a17070b commit f8b560d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/Main.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ export default function Home({ posts }) {
2828
<dd className="text-sm font-medium leading-6 text-gray-500 dark:text-gray-400">
2929
<time dateTime={date}>{formatDate(date, siteMetadata.locale)}</time>
3030
</dd>
31-
<br></br>
32-
<dd className="flex flex-wrap gap-1">
31+
{/* <br></br> */}
32+
{/* <dd className="flex flex-wrap gap-1">
3333
{tags.map((tag) => (
3434
<Tag
3535
key={tag}
3636
text={`${tag}`}
3737
className="rounded-md bg-gray-100 px-2 py-1 text-xs text-gray-700"
3838
/>
3939
))}
40-
</dd>
40+
</dd> */}
4141
</dl>
4242
<div className="space-y-1 xl:col-span-3">
4343
<div className="space-y-3">

0 commit comments

Comments
 (0)