Tighten photo tag lists
This commit is contained in:
parent
35d4a89955
commit
34f6c2c13d
@ -70,7 +70,7 @@ export default function PhotoLarge({
|
||||
'mb-4',
|
||||
)}>
|
||||
{renderMiniGrid(<>
|
||||
<div>
|
||||
<div className="-space-y-0.5">
|
||||
<Link
|
||||
href={pathForPhoto(photo)}
|
||||
className="font-bold uppercase"
|
||||
|
||||
@ -6,7 +6,7 @@ export default function PhotoTags({
|
||||
tags: string[]
|
||||
}) {
|
||||
return (
|
||||
<div>
|
||||
<div className="-space-y-0.5">
|
||||
{tags.map(tag =>
|
||||
<div key={tag}>
|
||||
<PhotoTag tag={tag} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user