We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edec97 commit dcd4525Copy full SHA for dcd4525
components/ui/TemplateCTA/BgGradient.tsx
@@ -2,12 +2,10 @@ import mergeTW from "utils/mergeTW";
2
3
export default ({ className = "" }: { className?: string }) => (
4
<svg
5
- width="675"
6
- height="251"
7
viewBox="0 0 675 251"
8
fill="none"
9
xmlns="http://www.w3.org/2000/svg"
10
- className={mergeTW(className)}
+ className={mergeTW(className, "w-full sm:w-[675px] sm:h-[251px]")}
11
>
12
<g filter="url(#filter0_f_3289_3080)">
13
<path
0 commit comments