Skip to content

Commit

Permalink
Deleted code that is now unused
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Nov 16, 2023
1 parent acff7d0 commit 92e6797
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions DuckDuckGo/AutofillViews.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,6 @@ struct AutofillViews {
}
}

struct WebsiteWithFavicon: View {
let accountDomain: String

var body: some View {
HStack {
FaviconView(viewModel: FaviconViewModel(domain: accountDomain))
.scaledToFit()
.frame(width: Const.Size.logoImage, height: Const.Size.logoImage)
Text(accountDomain)
.daxFootnoteRegular()
.foregroundColor(Color(designSystemColor: .textSecondary))
}
}
}

struct AppIconHeader: View {
var body: some View {
Image.appIcon
Expand Down

0 comments on commit 92e6797

Please sign in to comment.