Fixed default icon path.
This commit is contained in:
parent
b714a720f1
commit
a111aaa323
|
@ -29,7 +29,7 @@ Add the following snippet to where you want your sharing button to show up:
|
||||||
class="fsb-input fsb-domain"
|
class="fsb-input fsb-domain"
|
||||||
aria-label="Amount (to the nearest dollar)">
|
aria-label="Amount (to the nearest dollar)">
|
||||||
<button class="fsb-button"
|
<button class="fsb-button"
|
||||||
type="submit"><img src="./fediverse-share-button/icons/mastodon.svg"
|
type="submit"><img src="https://fediverse-share-button.stefanbohacek.dev/fediverse-share-button/icons/mastodon.svg"
|
||||||
class="fsb-icon"></span>Share</button>
|
class="fsb-icon"></span>Share</button>
|
||||||
</div>
|
</div>
|
||||||
<p class="fsb-support-note fsb-d-none">This server does not support sharing. Please visit <a
|
<p class="fsb-support-note fsb-d-none">This server does not support sharing. Please visit <a
|
||||||
|
|
Loading…
Reference in a new issue