Skip to content

Commit d7fb5b9

Browse files
update images
1 parent a1ce985 commit d7fb5b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/assets/dokka-templates/includes/footer.ftl

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<strong class="footer-title">Community</strong>
77
<div class="footer-icon-row">
88
<a href="https://discord.gg/powersync" target="_blank">
9-
<img src="${pathToRoot}/images/discord.svg" loading="lazy" alt="Discord" height="24">
9+
<img src="./${pathToRoot}/images/discord.svg" loading="lazy" alt="Discord" height="24">
1010
</a>
1111
<a href="https://twitter.com/powersync_" target="_blank">
12-
<img src="${pathToRoot}/images/x.svg" loading="lazy" alt="Twitter" height="20">
12+
<img src="./${pathToRoot}/images/x.svg" loading="lazy" alt="Twitter" height="20">
1313
</a>
1414
<a href="https://www.youtube.com/@powersync_" target="_blank">
15-
<img src="${pathToRoot}/images/youtube.svg" loading="lazy" alt="YouTube" width="32" height="28">
15+
<img src="./${pathToRoot}/images/youtube.svg" loading="lazy" alt="YouTube" width="32" height="28">
1616
</a>
1717
<a href="https://www.linkedin.com/showcase/journeyapps-powersync/" target="_blank">
18-
<img src="${pathToRoot}/images/linkedin.svg" loading="lazy" alt="LinkedIn" height="24">
18+
<img src="./${pathToRoot}/images/linkedin.svg" loading="lazy" alt="LinkedIn" height="24">
1919
</a>
2020
</div>
2121
</div>
@@ -24,10 +24,10 @@
2424
<strong class="footer-title">More</strong>
2525
<div class="footer-icon-row">
2626
<a href="https://github.com/powersync-ja" target="_blank">
27-
<img src="${pathToRoot}/images/github.svg" loading="lazy" alt="GitHub" height="24">
27+
<img src="./${pathToRoot}/images/github.svg" loading="lazy" alt="GitHub" height="24">
2828
</a>
2929
<a href="https://www.powersync.com/" target="_blank">
30-
<img src="${pathToRoot}/images/web.svg" loading="lazy" alt="Website" height="30">
30+
<img src="./${pathToRoot}/images/web.svg" loading="lazy" alt="Website" height="30">
3131
</a>
3232
</div>
3333
</div>

0 commit comments

Comments
 (0)