Skip to content

Commit

Permalink
refactor: remove extra attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed May 20, 2024
1 parent b177aa1 commit 49a10a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/realworld/src/ui/pages/article.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const FALLBACK_IMAGE = Image.make(
const renderTag = (tag: RefSubject.RefSubject<ArticleTag>) =>
html`<li class="tag-default tag-pill tag-outline">${tag}</li>`

const signInOrSignUp = html`<p show-authed="false" style="display: inherit;">
const signInOrSignUp = html`<p>
${Link({ to: "/login", relative: false }, "Sign in")} or
${Link({ to: "/register", relative: false }, "sign up")} to add comments on
this article.
Expand Down

0 comments on commit 49a10a0

Please sign in to comment.