upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit a1060a7b79 - Show all commits

View File

@ -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} />
))} ))}