diff --git a/src/pages/Longform.module.scss b/src/pages/Longform.module.scss index 17a8dd6..e089966 100644 --- a/src/pages/Longform.module.scss +++ b/src/pages/Longform.module.scss @@ -5,6 +5,10 @@ padding: 20px; border-bottom: 1px solid var(--devider); + a { + text-decoration: none; + } + .author { display: flex; justify-content: flex-start; diff --git a/src/pages/Longform.tsx b/src/pages/Longform.tsx index e927178..490f9dd 100644 --- a/src/pages/Longform.tsx +++ b/src/pages/Longform.tsx @@ -1,5 +1,5 @@ import { useIntl } from "@cookbook/solid-intl"; -import { useParams } from "@solidjs/router"; +import { A, useParams } from "@solidjs/router"; import { batch, Component, createEffect, createSignal, For, onCleanup, onMount, Show } from "solid-js"; import { createStore } from "solid-js/store"; import { APP_ID } from "../App"; @@ -804,22 +804,25 @@ const Longform: Component< { naddr: string } > = (props) => { />
-
- - -
-
- {userName(store.article?.user)} - -
- - + +
+