We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d01be commit 4809a68Copy full SHA for 4809a68
1 file changed
app/components/MobileTabBar.tsx
@@ -21,7 +21,7 @@ const tabs: { id: TabId; label: string; icon: React.ReactNode }[] = [
21
},
22
{
23
id: "browser",
24
- label: "Browser",
+ label: "Localhost",
25
icon: (
26
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
27
<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