updated logo link in navbar
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
>
|
||||
<div class="flex items-center justify-between px-4 py-3 sm:p-0">
|
||||
<div class="inline-flex items-center flex-shrink-0">
|
||||
<a href="/" class="flex">
|
||||
<a :href="$url('/')" class="flex">
|
||||
<g-image
|
||||
:src="require(`!!assets-loader!@images/TFN_black.svg`)"
|
||||
class="mr-3 fill-current logo"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
:altImg="$page.markdownPage.header_altImg"
|
||||
:excerpt="$page.markdownPage.header_excerpt"
|
||||
:button="$page.markdownPage.button"
|
||||
:link="$page.markdownPage.link"
|
||||
:link="$url($page.markdownPage.link)"
|
||||
/>
|
||||
|
||||
<Comparison
|
||||
|
||||
Reference in New Issue
Block a user