Skip to content

Commit cbb9e49

Browse files
committed
fix: remove Azure World Map shortcut from sidebar
1 parent 7a0fd50 commit cbb9e49

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/Dashboard/client/src/components/ChatView.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,6 @@
6969
<!-- Left sidebar -->
7070
<aside class="sidebar" :class="{ 'sidebar--collapsed': !sidebarOpen }">
7171
<div class="sidebar-scroll">
72-
<!-- Wow shortcut: Azure Data Centers world map -->
73-
<div
74-
class="sidebar-category-label sidebar-category-label--toggle"
75-
@click="
76-
!streaming &&
77-
sendQuestion(
78-
'Show me all current Azure Data Center regions around the world AND all upcoming announced Azure regions on a single world map. Use one color for live regions and a different color for upcoming/announced regions. Render as an interactive world map.',
79-
)
80-
"
81-
>
82-
<div class="sidebar-category-left">
83-
<span>Azure World Map</span>
84-
</div>
85-
</div>
86-
8772
<!-- FinOps Maturity Categories (Crawl / Walk / Run + Pricing) -->
8873
<div
8974
v-for="cat in visibleCategories"

0 commit comments

Comments
 (0)