Skip to content

Commit

Permalink
Fixed tag spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-JP committed Dec 10, 2023
1 parent 917af6d commit a02e62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/home-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function HomeClient(props : IHomeClient) {
return (
<div key={path} className="flex justify-between">
<Link href={`/${path}`}>{title}</Link>
<div>
<div className="space-x-2">
{tags?.map((tag, index) => {
return (
<span
Expand Down

0 comments on commit a02e62b

Please sign in to comment.