Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BugBazaar/Router.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SwiftUI

enum Tab: String, CaseIterable {
case shop = "Shop"
case search = "Search"
case search = "Discover"
case specimens = "Specimens"
case account = "Account"
}
Expand Down
2 changes: 1 addition & 1 deletion BugBazaar/Screens/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct SearchView: View {

var body: some View {
VStack(alignment: .leading, spacing: 0) {
Text("Search")
Text("Discover")
.font(.display(28))
.foregroundColor(Theme.inkBlack)
.padding(.horizontal, Spacing.m)
Expand Down