Skip to content

Commit 4cf1ead

Browse files
committed
fix: mobile tabs — replace Workshop with Skills
1 parent 3936529 commit 4cf1ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default function EditorLayout() {
134134
const terminalStartupCommand = useCenteredTerminal ? 'openclaw tui' : undefined
135135
const mobileViewTabs = useMemo(() => {
136136
// On mobile, curate tabs to useful views + always include settings
137-
const mobile = visibleViews.filter(v => !['preview', 'diff', 'skills'].includes(v))
137+
const mobile = visibleViews.filter(v => !['preview', 'diff', 'workshop'].includes(v))
138138
if (!mobile.includes('settings')) mobile.push('settings')
139139
return mobile.slice(0, 5)
140140
}, [visibleViews])

0 commit comments

Comments
 (0)