Skip to content

Commit a0a3089

Browse files
committed
Remove deprecated display title
skybox cards should display the slug for name.
1 parent 7831cd9 commit a0a3089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ui/skyboxcard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function SkyboxCard({ slug, meta }: SkyboxCardProps) {
1717
const [isHovered, setIsHovered] = useState(false);
1818
const imgBase = withBase(`/skyboxes/${slug}/images`);
1919

20-
const displayTitle = meta?.title || slug
20+
const displayTitle = slug
2121

2222
return (
2323
<>

0 commit comments

Comments
 (0)