Skip to content

Commit ee39a70

Browse files
committed
Move tour button
1 parent b84ef44 commit ee39a70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frontend/src/layouts/AppLayout/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,6 @@ const AppLayout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
153153
logo: { src: logo, alt: 'Dstack logo' },
154154
}}
155155
utilities={[
156-
process.env.UI_VERSION === 'sky' && {
157-
type: 'button',
158-
iconName: 'suggestions',
159-
title: t('common.tutorial_other'),
160-
onClick: toggleTutorialPanel,
161-
},
162156
{
163157
type: 'button',
164158
text: t('common.docs'),
@@ -184,6 +178,12 @@ const AppLayout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
184178
title: t('common.ask_ai'),
185179
onClick: askAi,
186180
},
181+
process.env.UI_VERSION === 'sky' && {
182+
type: 'button',
183+
iconName: 'suggestions',
184+
title: t('common.tutorial_other'),
185+
onClick: toggleTutorialPanel,
186+
},
187187
{
188188
'data-class': 'user-menu',
189189
type: 'menu-dropdown',

0 commit comments

Comments
 (0)