INSR-8111 | Fix one of the issues
Changed text-link type to fix font weight
This commit is contained in:
parent
c84c31ed3d
commit
359e026e60
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
v-html="scheduleWithOtherText"></div>
|
v-html="scheduleWithOtherText"></div>
|
||||||
<textLink
|
<textLink
|
||||||
class="underlined-text"
|
class="underlined-text"
|
||||||
linkType="navigation"
|
linkType="text"
|
||||||
text="Find another shop"
|
text="Find another shop"
|
||||||
href="#"
|
href="#"
|
||||||
@clickEvent="findAnotherShopClicked" />
|
@clickEvent="findAnotherShopClicked" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue