Skip to content

Commit

Permalink
Fix url on new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoucher committed Feb 18, 2022
1 parent 0af93fd commit 0b89dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jimmy/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct ContentView: View {

}
func newTab() {
let nt = Tab(url:"localhost/");
let nt = Tab(url:"about");
tabList.tabs.append(nt)
tabList.activeTabId = nt.id
nt.load()
Expand Down

0 comments on commit 0b89dc5

Please sign in to comment.