hyperlink fix

This commit is contained in:
Your New SJW Waifu 2019-10-08 11:49:48 -05:00
parent 7db56b0311
commit 0696b145eb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
id="banner"
class="panel-body"
>
<a :href="url" target="_blank">
<a :href="url">
<img
id="banner-img"
:src="imageSrc"

View File

@ -22,5 +22,5 @@
"nsfwCensorImage": "/static/img/nsfw.puniko.png",
"showFeaturesPanel": true,
"minimalScopesMode": false,
"bannerUrl": "/pages/spooktober/"
"bannerUrl": "/pages/spooktober/\" target=\"_blank\""
}