From a63fed8bed172c1d847d08eae0b791d51a53ca5e Mon Sep 17 00:00:00 2001 From: Jeffrey Rooks Date: Mon, 15 Jan 2024 23:55:47 -0500 Subject: [PATCH] remove quotes --- src/routes/EndlessDawn/EndlessDawn.tsx | 4 ++-- src/routes/Home/Home.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/EndlessDawn/EndlessDawn.tsx b/src/routes/EndlessDawn/EndlessDawn.tsx index 8125401..3527d1a 100644 --- a/src/routes/EndlessDawn/EndlessDawn.tsx +++ b/src/routes/EndlessDawn/EndlessDawn.tsx @@ -18,13 +18,13 @@ export const EndlessDawn: Component = () => { - 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. Read the lore diff --git a/src/routes/Home/Home.tsx b/src/routes/Home/Home.tsx index bf1d9a1..cc9f291 100644 --- a/src/routes/Home/Home.tsx +++ b/src/routes/Home/Home.tsx @@ -4,7 +4,7 @@ import { Typography } from "#components"; export const Home: Component = () => { return ( - Welcome to Big Woof Studios! + Welcome to Big Woof Studios ); };