Fix social link href

This commit is contained in:
Mononaut 2021-04-30 15:53:21 -06:00
parent 9bda4f6ccb
commit 94affab5b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bitfeed-client",
"version": "1.6.3",
"version": "1.6.4",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",

View File

@ -40,7 +40,7 @@ export let icon
}
</style>
<a class="social-link" target="_blank" href rel="noopener" style="background: {color}">
<a class="social-link" target="_blank" {href} rel="noopener" style="background: {color}">
<span class="social-icon">
<Icon {icon} {color}/>
</span>