Skip to content

Commit 4c208f6

Browse files
authored
Merge pull request #38961 from github/repo-sync
Repo sync
2 parents 1b93c69 + d080b16 commit 4c208f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

data/reusables/actions/azure-vnet-supported-regions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

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)