Skip to content

Commit

Permalink
fix(world-list): wrap name in span to avoid flex gap styling for colo…
Browse files Browse the repository at this point in the history
…rfied names
  • Loading branch information
stiefeljackal committed Jan 3, 2025
1 parent 7c0d7e0 commit 46e6484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/worldList.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ block content
h2.listing-item__heading
if (world.isFeatured)
+svg('/images/reso_featured_ribbon.svg#featured_ribbon')(aria-hidden=true).listing-item__featured-ribbon
| !{world.name}
span !{world.name}
if (world.isFeatured)
span.visually-hidden | Featured World
p.listing-item__author
Expand Down

0 comments on commit 46e6484

Please sign in to comment.