Skip to content

Commit 86216c0

Browse files
author
Yevhen Lisovenko
committed
feat: changed footer link
1 parent 4b72473 commit 86216c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/BaseLogo.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<template>
22
<span
3-
><img src="~/assets/svg/logo-easyweek.svg" height="60" alt="EasyWeek"
3+
><img
4+
src="~/assets/svg/logo-easyweek.svg"
5+
height="60"
6+
alt="EasyWeek"
7+
style="height: 40px !important"
48
/></span>
59
</template>
610

0 commit comments

Comments
 (0)