Fix home page link target
Fixes https://github.com/vector-im/riot-web/issues/8331.
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ h1::after {
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="mx_Parent">
|
<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"/>
|
<img src="home/images/logo.svg" alt="" class="mx_logo"/>
|
||||||
</a>
|
</a>
|
||||||
<h1 class="mx_Header2">_t("Welcome to Riot.im")</h1>
|
<h1 class="mx_Header2">_t("Welcome to Riot.im")</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user