Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 7a78d55

Browse files
committed
use global images
1 parent 82a3c21 commit 7a78d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/layout/Footer.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a
3333
v-for="item in items"
3434
: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}`"
3636
target="_blank"
3737
:href="item.link.url || item.link.cached_url"
3838
>
@@ -55,7 +55,7 @@
5555
>
5656
<img
5757
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"
5959
alt="Logo Helpdev"
6060
/>
6161
</a>
@@ -68,7 +68,7 @@
6868
>
6969
<img
7070
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"
7272
alt="Logo Storyblok"
7373
/>
7474
</a>

0 commit comments

Comments
 (0)