Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Oct 14, 2023
1 parent 6f0e185 commit 37efe1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mlem/Models/Content/User/UserModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct UserModel {
"https://beehaw.org/u/kronusdark",
"https://lemmy.ml/u/ericbandrews",
"https://programming.dev/u/tht7",
"https://sh.itjust.works/u/sjmarf"
"https://lemmy.ml/u/sjmarf"
]

/// Creates a UserModel from an APIPersonView
Expand Down
2 changes: 1 addition & 1 deletion Mlem/Views/Tabs/Search/Results/UserResultView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct UserResultView: View {
}

var body: some View {
NavigationLink(value: NavigationRoute.userProfile(user)) {
NavigationLink(value: AppRoute.userProfile(user)) {
HStack(spacing: 10) {
AvatarView(user: user, avatarSize: 48)
let flairs = user.getFlairs()
Expand Down

0 comments on commit 37efe1f

Please sign in to comment.