Skip to content

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
onx2 committed Jan 16, 2024
1 parent 8cbc419 commit a63fed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/routes/EndlessDawn/EndlessDawn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ export const EndlessDawn: Component = () => {
</Typography>
<Divider />
<Typography>
Embark on an epic journey in "Endless Dawn," where ancient magic meets
Embark on an epic journey in Endless Dawn, where ancient magic meets
untamed wilderness in the mystical realm of Eldermyst. Forge your path
as a hero among legends, uniting races against a darkness that has
awakened once more. Arm yourself with enchanted weapons and arcane
knowledge, explore forgotten ruins, and challenge the might of foes both
seen and unseen. Your saga begins now—will you rise as the beacon of
hope in a land on the brink of eternal shadow? Join "Endless Dawn" and
hope in a land on the brink of eternal shadow? Join Endless Dawn and
etch your tale into the annals of time.
</Typography>
<Link href="/endless-dawn/lore">Read the lore</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Typography } from "#components";
export const Home: Component = () => {
return (
<Typography as="h1" text-align="center">
Welcome to Big Woof Studios!
Welcome to Big Woof Studios
</Typography>
);
};

0 comments on commit a63fed8

Please sign in to comment.