diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index f960077..c16ec80 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -72,7 +72,7 @@ export default function Index() {

Paul W.

- + Developer & Gamer

Woah, thats me😲

@@ -84,7 +84,7 @@ export default function Index() { About Me
@@ -135,14 +135,14 @@ export default function Index() { Blog Posts
{posts.map((post) => (
@@ -155,16 +155,16 @@ export default function Index() { {post.tags.map((tag) => ( {tag} ))}
-

+

{post.title}

-

+

{post.excerpt}

@@ -249,7 +249,7 @@ export default function Index() { {projects.map((project, index) => (
@@ -264,10 +264,10 @@ export default function Index() { />
)} -

+

{project.name}

-

+

{project.description}

@@ -287,9 +287,9 @@ export default function Index() { View Source @@ -306,7 +306,7 @@ export default function Index() { Contact

@@ -344,7 +344,7 @@ export default function Index() { Skills? Whats that? Never heard of it🤔

    @@ -375,7 +375,7 @@ export default function Index() { What's Next?