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
1515<li ><code >EastUs2</code ></li >
1616<li ><code >FranceCentral</code ></li >
1717<li ><code >GermanyWestCentral</code ></li >
18- <li ><code >JapanEast </code ></li >
18+ <li ><code >JapanWest </code ></li >
1919<li ><code >KoreaCentral</code ></li >
2020<li ><code >NorthCentralUs</code ></li >
2121<li ><code >NorthEurope</code ></li >
@@ -26,6 +26,7 @@ The following regions are supported on {% data variables.product.prodname_dotcom
2626<li ><code >SwedenCentral</code ></li >
2727<li ><code >SwitzerlandNorth</code ></li >
2828<li ><code >UkSouth</code ></li >
29+ <li ><code >UkWest</code ></li >
2930<li ><code >WestUs</code ></li >
3031<li ><code >WestUs2</code ></li >
3132<li ><code >WestUs3</code ></li >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments