Skip to content

Commit 18d6c13

Browse files
committed
Merge branch 'dev' into master
2 parents 308f50a + 31bbf0b commit 18d6c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/community.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class="text-xl md:text-2xl leading-8 text-[#333E48] p-0 mb-4 max-md:max-w-full
104104
</p>
105105
<a
106106
class="text-nowrap md:w-fit flex justify-center items-center bg-primary hover:bg-hover-orange duration-300 text-[#20262C] rounded-full py-4 px-8 font-semibold text-lg"
107-
href="/"
107+
href="{{ route('contact-us') }}"
108108
>
109109
<span>@lang('base.get_in_touch')</span>
110110
</a>

0 commit comments

Comments
 (0)