Skip to content

Commit b0a41bc

Browse files
authored
Merge pull request #3024 from codeeu/dev
Dev
2 parents 7603039 + 0e180de commit b0a41bc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

resources/views/static/home.blade.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,15 @@ class="text-xl md:text-2xl leading-8 text-[#333E48] p-0 mb-4 max-md:max-w-full m
111111
</a>
112112

113113
@if (isset($activity['btn2_lang']) && !is_null($activity['btn2_lang']))
114-
<a class="inline-block bg-primary hover:bg-hover-orange rounded-full py-4 px-6 md:px-10 font-semibold text-base w-full md:w-auto text-center text-[#20262C] transition-all duration-300"
114+
<a class="flex justify-center items-center gap-2 text-[#1C4DA1] border-solid border-2 border-[#1C4DA1] rounded-full py-3 px-8 font-semibold text-lg transition-all duration-300 hover:bg-[#E8EDF6] group"
115115
target="_blank" href="{{ $activity['url2'] }}">
116-
@lang($activity['btn2_lang'])
116+
<span>@lang($activity['btn2_lang'])</span>
117+
<div class="flex w-4 gap-2 overflow-hidden">
118+
<img src="/images/arrow-right-icon.svg"
119+
class="duration-500 transform -translate-x-6 min-w-4 group-hover:translate-x-0" />
120+
<img src="/images/arrow-right-icon.svg"
121+
class="duration-500 transform -translate-x-6 min-w-4 group-hover:translate-x-0" />
122+
</div>
117123
</a>
118124
@endif
119125
</div>

0 commit comments

Comments
 (0)