mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-28 04:52:29 +02:00
Fix social link href
This commit is contained in:
parent
9bda4f6ccb
commit
94affab5b7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bitfeed-client",
|
"name": "bitfeed-client",
|
||||||
"version": "1.6.3",
|
"version": "1.6.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"dev": "rollup -c -w",
|
"dev": "rollup -c -w",
|
||||||
|
@ -40,7 +40,7 @@ export let icon
|
|||||||
}
|
}
|
||||||
</style>
|
</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">
|
<span class="social-icon">
|
||||||
<Icon {icon} {color}/>
|
<Icon {icon} {color}/>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user