Skip to content

Commit 4809a68

Browse files
davindicodeclaude
andcommitted
Rename Browser tab to Localhost in mobile tab bar
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 37d01be commit 4809a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/MobileTabBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const tabs: { id: TabId; label: string; icon: React.ReactNode }[] = [
2121
},
2222
{
2323
id: "browser",
24-
label: "Browser",
24+
label: "Localhost",
2525
icon: (
2626
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
2727
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9" />

0 commit comments

Comments
 (0)