Skip to content

Commit 18e47ba

Browse files
committed
chore: swap image type
1 parent e2cc640 commit 18e47ba

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

public/project-hex-dm.jpg

1.53 MB
Loading

public/project-hex-dm.png

-2.77 MB
Binary file not shown.

src/components/About/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export function About() {
55
return (
66
<PageLayout>
77
<Container size="md" py="xl" mt="2xl">
8-
<Image src="/public/project-hex-dm.png" alt="Project Hex Dungeon Master" width="100%" height="auto" />
8+
<Image src="/public/project-hex-dm.jpg" alt="Project Hex Dungeon Master" width="100%" height="auto" />
99
<Title order={1}>About Project Hex</Title>
1010
<Text size="lg" mt="md">
1111
Project Hex is a tool for creating and sharing{" "}

0 commit comments

Comments
 (0)