Skip to content

Commit

Permalink
Merge pull request #22 from 0x1-company/bereal-username
Browse files Browse the repository at this point in the history
feat: 🎸 hidden bereal username
  • Loading branch information
tomokisun authored Dec 26, 2023
2 parents 2bcfe29 + b238ffe commit 59a025e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -315,7 +315,7 @@ public struct ProfileExternalView: View {
}
.padding(.horizontal, 16)

Text("🔗 BeRe.al/\(viewStore.match.targetUser.berealUsername)", bundle: .module)
Text("🔗 \(viewStore.match.targetUser.berealUsername)")
.font(.system(.caption))
}

0 comments on commit 59a025e

Please sign in to comment.