summaryrefslogtreecommitdiffstats
path: root/ui/src/components/comment-form.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-07-14 13:17:51 -0400
committerDessalines <tyhou13@gmx.com>2020-07-14 13:17:51 -0400
commit7d6985647ff57f435000b0d07860f8695e81fd0c (patch)
tree95e311527b628f610076e8b315a0f8ce3cdbf097 /ui/src/components/comment-form.tsx
parent70f15ffd6ff2e9ce99ac788653ebd2adc0fa13ad (diff)
Some password reset UI fixes. Fixes #955
Diffstat (limited to 'ui/src/components/comment-form.tsx')
-rw-r--r--ui/src/components/comment-form.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/components/comment-form.tsx b/ui/src/components/comment-form.tsx
index 00b4fe1e..b9f1e815 100644
--- a/ui/src/components/comment-form.tsx
+++ b/ui/src/components/comment-form.tsx
@@ -258,7 +258,10 @@ export class CommentForm extends Component<CommentFormProps, CommentFormState> {
<use xlinkHref="#icon-alert-triangle"></use>
</svg>
<T i18nKey="must_login" class="d-inline">
- #<Link to="/login">#</Link>
+ #
+ <Link class="alert-link" to="/login">
+ #
+ </Link>
</T>
</div>
)}