11<#macro display >
2+ <@template_cmd name="pathToRoot" >
23<div style =" margin-top :auto " >
3-
44<div class =" footer-container" >
55 <div class =" footer-column" >
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 =" /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 =" /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 =" /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 =" /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 >
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 =" /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 =" /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 >
4444</div >
4545
4646</div >
47+ </@template_cmd >
4748</#macro >
0 commit comments