Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/reusables/actions/azure-vnet-supported-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following regions are supported on {% data variables.product.prodname_dotcom
<li><code>EastUs2</code></li>
<li><code>FranceCentral</code></li>
<li><code>GermanyWestCentral</code></li>
<li><code>JapanEast</code></li>
<li><code>JapanWest</code></li>
<li><code>KoreaCentral</code></li>
<li><code>NorthCentralUs</code></li>
<li><code>NorthEurope</code></li>
Expand All @@ -26,6 +26,7 @@ The following regions are supported on {% data variables.product.prodname_dotcom
<li><code>SwedenCentral</code></li>
<li><code>SwitzerlandNorth</code></li>
<li><code>UkSouth</code></li>
<li><code>UkWest</code></li>
<li><code>WestUs</code></li>
<li><code>WestUs2</code></li>
<li><code>WestUs3</code></li>
Expand Down
2 changes: 1 addition & 1 deletion src/search/components/input/AISearchCTAPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function AISearchCTAPopup({
<>
<img
src="/assets/images/search/copilot-action.png"
width={220}
width="100%"
alt="The Copilot Icon in front of an explosion of color."
/>
<Heading
Expand Down
Loading