We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17070b commit f8b560dCopy full SHA for f8b560d
1 file changed
app/Main.tsx
@@ -28,16 +28,16 @@ export default function Home({ posts }) {
28
<dd className="text-sm font-medium leading-6 text-gray-500 dark:text-gray-400">
29
<time dateTime={date}>{formatDate(date, siteMetadata.locale)}</time>
30
</dd>
31
- <br></br>
32
- <dd className="flex flex-wrap gap-1">
+ {/* <br></br> */}
+ {/* <dd className="flex flex-wrap gap-1">
33
{tags.map((tag) => (
34
<Tag
35
key={tag}
36
text={`${tag}`}
37
className="rounded-md bg-gray-100 px-2 py-1 text-xs text-gray-700"
38
/>
39
))}
40
- </dd>
+ </dd> */}
41
</dl>
42
<div className="space-y-1 xl:col-span-3">
43
<div className="space-y-3">
0 commit comments