We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 308f50a + 31bbf0b commit 18d6c13Copy full SHA for 18d6c13
1 file changed
resources/views/community.blade.php
@@ -104,7 +104,7 @@ class="text-xl md:text-2xl leading-8 text-[#333E48] p-0 mb-4 max-md:max-w-full
104
</p>
105
<a
106
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="/"
+ href="{{ route('contact-us') }}"
108
>
109
<span>@lang('base.get_in_touch')</span>
110
</a>
0 commit comments