Skip to content

Commit 6d42d39

Browse files
authored
fix cta margin on Copilot Search banner (#56157)
1 parent 177b0b1 commit 6d42d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search/components/input/AISearchCTAPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function AISearchCTAPopup({
6565
<>
6666
<img
6767
src="/assets/images/search/copilot-action.png"
68-
width={220}
68+
width="100%"
6969
alt="The Copilot Icon in front of an explosion of color."
7070
/>
7171
<Heading

0 commit comments

Comments
 (0)