diff --git a/src/Components/AppShell/Content.tsx b/src/Components/AppShell/Content.tsx index b409aede..31db7f6b 100644 --- a/src/Components/AppShell/Content.tsx +++ b/src/Components/AppShell/Content.tsx @@ -6,7 +6,7 @@ type ContentProps = { export function Content({children} : ContentProps) { return ( -
+
{children}
diff --git a/src/Components/Gaming/Quests.tsx b/src/Components/Gaming/Quests.tsx index 4b268930..fa133005 100644 --- a/src/Components/Gaming/Quests.tsx +++ b/src/Components/Gaming/Quests.tsx @@ -5,7 +5,7 @@ export function Quests() { <> -
+
diff --git a/src/SampleData/data.js b/src/SampleData/data.js index cc7ad193..36c6bf5c 100644 --- a/src/SampleData/data.js +++ b/src/SampleData/data.js @@ -26,8 +26,8 @@ export const places = [{ ] export const tags = [ - {"id": 9, "name": "Gardening", "color": "#008e5b" }, - {"id": 10, "name": "Art", "color": "#fdc60b" }, - {"id": 11, "name": "Nature", "color": "#8cbb26" }, - {"id": 13, "name": "Market", "color": "#2a71b0" } + { "id": "Gardening", "color": "#008e5b" }, + { "id": "Art", "color": "#fdc60b" }, + { "id": "Nature", "color": "#8cbb26" }, + { "id": "Market", "color": "#2a71b0" } ] \ No newline at end of file