Skip to content

Commit

Permalink
Merge pull request #57 from sanity-io/bugfix-presenter-divs
Browse files Browse the repository at this point in the history
Tiny fix to address presenter name and title - currently glued together on main
  • Loading branch information
thebiggianthead authored Sep 3, 2024
2 parents 06afd9b + d0b603d commit e8e2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/Clean.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export default function Clean({value, as}: CleanProps) {
<span style={{display: 'none'}}>{encoded}</span>
</Element>
) : (
cleaned
<Element>{cleaned}</Element>
)
}

0 comments on commit e8e2a2c

Please sign in to comment.