mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
Separating login and register links for must login alert. (#2679)
- Fixes #2624
This commit is contained in:
parent
22eda995d3
commit
66c1376ac0
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 7adddded581fcd965ab33b91c5fe10e0d7247208
|
||||
Subproject commit 37c437e753b52b1a61b225df9d4ffd99ddf17314
|
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue