Skip to content

Commit

Permalink
Update BadgeView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 15, 2024
1 parent 393f502 commit 547869d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mlem/Views/Shared/BadgeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@ struct BadgeView: View {
case "matrix":
self.label = "Join Matrix Room"
self.color = .init(.black, outline: .white, text: .white)
self.logo = .bundle("matrix.logo")
case "github":
self.label = "Github"
self.color = .init(.black, outline: .white, text: .white)
self.logo = .bundle("github.lol")
case "lemmy":
self.label = path[2]
default:
Expand Down

0 comments on commit 547869d

Please sign in to comment.