mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-13 03:30:47 +02:00
Fix social link href
This commit is contained in:
parent
9bda4f6ccb
commit
94affab5b7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bitfeed-client",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"dev": "rollup -c -w",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user