Skip to content

Commit dcd4525

Browse files
committed
Fix the width and height of Bg gradient of template CTA
1 parent 8edec97 commit dcd4525

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/ui/TemplateCTA/BgGradient.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ import mergeTW from "utils/mergeTW";
22

33
export default ({ className = "" }: { className?: string }) => (
44
<svg
5-
width="675"
6-
height="251"
75
viewBox="0 0 675 251"
86
fill="none"
97
xmlns="http://www.w3.org/2000/svg"
10-
className={mergeTW(className)}
8+
className={mergeTW(className, "w-full sm:w-[675px] sm:h-[251px]")}
119
>
1210
<g filter="url(#filter0_f_3289_3080)">
1311
<path

0 commit comments

Comments
 (0)