diff --git a/app/components/LinkWrapper.tsx b/app/components/LinkWrapper.tsx index cac5de5..79651c9 100644 --- a/app/components/LinkWrapper.tsx +++ b/app/components/LinkWrapper.tsx @@ -1,7 +1,3 @@ export function LinkWrapper({ children }: React.PropsWithChildren) { - return ( -
-
{children}
-
- ); + return
{children}
; } diff --git a/app/routes/blog.$file.tsx b/app/routes/blog.$file.tsx index 6286652..9c83f3e 100644 --- a/app/routes/blog.$file.tsx +++ b/app/routes/blog.$file.tsx @@ -60,8 +60,8 @@ export default function Post() {
{title} - · - + ·{" "} + Go Back