Separating login and register links for must login alert. (#2679)

- Fixes #2624
This commit is contained in:
Dessalines 2024-08-28 16:40:03 -04:00 committed by GitHub
parent 22eda995d3
commit 66c1376ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7adddded581fcd965ab33b91c5fe10e0d7247208
Subproject commit 37c437e753b52b1a61b225df9d4ffd99ddf17314

View file

@ -74,6 +74,9 @@ export class CommentForm extends Component<CommentFormProps, any> {
<Link className="alert-link" to="/login">
#
</Link>
<Link className="alert-link" to="/signup">
#
</Link>
</T>
</div>
)}