upstream #1
@ -80,7 +80,7 @@ export default function PostLayout({ children, frontMatter, next, prev }) {
|
|||||||
<h2 className="text-xs tracking-wide text-gray-500 uppercase dark:text-gray-400">
|
<h2 className="text-xs tracking-wide text-gray-500 uppercase dark:text-gray-400">
|
||||||
Tags
|
Tags
|
||||||
</h2>
|
</h2>
|
||||||
<div className="space-x-3 xl:flex xl:flex-col xl:space-x-0">
|
<div className="flex flex-wrap">
|
||||||
{tags.map((tag) => (
|
{tags.map((tag) => (
|
||||||
<Tag key={tag} text={tag} />
|
<Tag key={tag} text={tag} />
|
||||||
))}
|
))}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user