Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fallback to host first in page activities section
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed May 6, 2021
1 parent ba1b006 commit a11cc08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extension BrowserViewController {
.lineLimit(1)
.foregroundColor(Color(Theme.of(nil).colors.tints.home))
}
Text(verbatim: url.baseDomain ?? url.absoluteDisplayString)
Text(verbatim: url.baseDomain ?? url.host ?? url.absoluteDisplayString)
.font(.footnote)
.lineLimit(1)
.foregroundColor(Color(Theme.of(nil).colors.tints.home).opacity(0.8))
Expand Down

0 comments on commit a11cc08

Please sign in to comment.