mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-08 07:41:05 +00:00
also fix tags
This commit is contained in:
parent
6ae87bdf8d
commit
891813974e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export async function getStaticProps({ params: { slug } }) {
|
|||
export default function PostPage({ frontmatter, content }) {
|
||||
const postTags = frontmatter.tags.map((tag) => (
|
||||
<div
|
||||
className="inline-block border-2 rounded-md p-1 w-fit h-fit font-bold text-lg mr-1"
|
||||
className="inline-block border rounded-md font-bold text-lg mr-1 py-0.5 px-2.5"
|
||||
key={tag.toString()}
|
||||
>
|
||||
{tag}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue