File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
frontend/src/layouts/AppLayout Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments