Skip to content

Commit 15333e3

Browse files
committed
chore: fix broken links
Signed-off-by: Seth Falco <[email protected]>
1 parent 9148a17 commit 15333e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/_layouts/footer.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<div class="col-md-8">
9090
<ul class="ud-footer-bottom-left">
9191
<li>
92-
<a href="{{ locale_url($page, 'contact-us') }}privacy-policy">{{ $page->t("Privacy policy")}}</a>
92+
<a href="{{ locale_url($page, 'privacy-policy') }}">{{ $page->t("Privacy policy")}}</a>
9393
</li>
9494
</ul>
9595
</div>

source/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class="shape shape-2"
192192
<img src="{{ $page->baseUrl }}assets/images/mobile_libresign.png" alt="print_main_screen"/>
193193
</div>
194194
<div class="col-lg-12 d-flex justify-content-center mt-5">
195-
<a href="{{ locale_url($page, 'contact-us') }}contact-us" class="ud-main-btn ud-border-btn">
195+
<a href="{{ locale_url($page, 'contact-us') }}" class="ud-main-btn ud-border-btn">
196196
{{ $page->t('Talk to sales') }}
197197
</a>
198198
</div>

source/pricing.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class="ud-single-pricing first-item{{ $content->isActive ? ' active' : ''}} wow
4343
</div>
4444
@endif
4545
<div class="ud-pricing-footer">
46-
<a href="{{ locale_url($page, 'contact-us') }}contact-us" class="ud-main-btn ud-border-btn">
46+
<a href="{{ locale_url($page, 'contact-us') }}" class="ud-main-btn ud-border-btn">
4747
{{ $page->t('Under Consultation') }}
4848
</a>
4949
</div>
@@ -89,7 +89,7 @@ class="ud-single-pricing first-item{{ $content->isActive ? ' active' : ''}} wow
8989
</div>
9090

9191
<div class="ud-pricing-footer text-center mt-5">
92-
<a href="{{ locale_url($page, 'contact-us') }}contact-us" class="ud-main-btn ud-white-btn mt-1">
92+
<a href="{{ locale_url($page, 'contact-us') }}" class="ud-main-btn ud-white-btn mt-1">
9393
{{ $page->t('Under Consultation') }}
9494
</a>
9595
</div>
@@ -127,7 +127,7 @@ class="ud-single-pricing first-item{{ $content->isActive ? ' active' : ''}} wow
127127
</div>
128128
</div>
129129
<div class="ud-pricing-footer text-center mt-5">
130-
<a href="{{ locale_url($page, 'contact-us') }}contact-us" class="ud-main-btn ud-white-btn mt-1">
130+
<a href="{{ locale_url($page, 'contact-us') }}" class="ud-main-btn ud-white-btn mt-1">
131131
{{ $page->t('Under Consultation') }}
132132
</a>
133133
</div>

0 commit comments

Comments
 (0)