This repository was archived by the owner on Dec 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
<a
33
33
v-for =" item in items"
34
34
:key =" item.icon"
35
- :class =" `bg-white shadow-lg font-normal items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3 inline-block hover:fill-child-white hover:bg-social-${item.icon}`"
35
+ :class =" `bg-white shadow-lg font-normal items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3 inline-block transition-colors hover:fill-child-white hover:bg-social-${item.icon}`"
36
36
target =" _blank"
37
37
:href =" item.link.url || item.link.cached_url"
38
38
>
55
55
>
56
56
<img
57
57
class =" h-10 w-auto mt-2"
58
- src =" @ /assets/images/helpdev.png"
58
+ src =" https://raw.githubusercontent.com/HelpDev/Storyblok-Components/main /assets/images/helpdev.png"
59
59
alt =" Logo Helpdev"
60
60
/>
61
61
</a >
68
68
>
69
69
<img
70
70
class =" h-10 w-auto"
71
- src =" @ /assets/images/storyblok.png"
71
+ src =" https://raw.githubusercontent.com/HelpDev/Storyblok-Components/main /assets/images/storyblok.png"
72
72
alt =" Logo Storyblok"
73
73
/>
74
74
</a >
You can’t perform that action at this time.
0 commit comments