File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/search/components/input Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The following regions are supported on {% data variables.product.prodname_dotcom
15
15
<li ><code >EastUs2</code ></li >
16
16
<li ><code >FranceCentral</code ></li >
17
17
<li ><code >GermanyWestCentral</code ></li >
18
- <li ><code >JapanEast </code ></li >
18
+ <li ><code >JapanWest </code ></li >
19
19
<li ><code >KoreaCentral</code ></li >
20
20
<li ><code >NorthCentralUs</code ></li >
21
21
<li ><code >NorthEurope</code ></li >
@@ -26,6 +26,7 @@ The following regions are supported on {% data variables.product.prodname_dotcom
26
26
<li ><code >SwedenCentral</code ></li >
27
27
<li ><code >SwitzerlandNorth</code ></li >
28
28
<li ><code >UkSouth</code ></li >
29
+ <li ><code >UkWest</code ></li >
29
30
<li ><code >WestUs</code ></li >
30
31
<li ><code >WestUs2</code ></li >
31
32
<li ><code >WestUs3</code ></li >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export function AISearchCTAPopup({
65
65
< >
66
66
< img
67
67
src = "/assets/images/search/copilot-action.png"
68
- width = { 220 }
68
+ width = "100%"
69
69
alt = "The Copilot Icon in front of an explosion of color."
70
70
/>
71
71
< Heading
You can’t perform that action at this time.
0 commit comments