1
1
<#macro display >
2
+ <@template_cmd name="pathToRoot" >
2
3
<div style =" margin-top :auto " >
3
-
4
4
<div class =" footer-container" >
5
5
<div class =" footer-column" >
6
6
<strong class =" footer-title" >Community</strong >
7
7
<div class =" footer-icon-row" >
8
8
<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" >
10
10
</a >
11
11
<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" >
13
13
</a >
14
14
<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" >
16
16
</a >
17
17
<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" >
19
19
</a >
20
20
</div >
21
21
</div >
24
24
<strong class =" footer-title" >More</strong >
25
25
<div class =" footer-icon-row" >
26
26
<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" >
28
28
</a >
29
29
<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" >
31
31
</a >
32
32
</div >
33
33
</div >
44
44
</div >
45
45
46
46
</div >
47
+ </@template_cmd >
47
48
</#macro >
0 commit comments