mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #8365 from jryans/home-target
Fix home page link target
This commit is contained in:
commit
31260be907
@ -156,7 +156,7 @@ h1::after {
|
||||
</style>
|
||||
|
||||
<div class="mx_Parent">
|
||||
<a href="https://riot.im">
|
||||
<a href="https://riot.im" target="_blank" rel="noopener">
|
||||
<img src="home/images/logo.svg" alt="" class="mx_logo"/>
|
||||
</a>
|
||||
<h1 class="mx_Header2">_t("Welcome to Riot.im")</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user