Skip to content

Commit

Permalink
92-Feature-link-to-maintainer (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnolwamba authored Oct 8, 2023
1 parent 750804e commit 1d251d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Basic-Car-Maintenance/Shared/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
}
}
},
"🦄 Mikaela Caron - Maintainer" : {
"comment" : "Link to maintainer GitHub account."
},
"Add" : {
"localizations" : {
"cs" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ struct SettingsView: View {
.resizable()
.frame(width: 20, height: 20)
}
}
}

Link(destination: URL(string: "https://github.com/mikaelacaron")!) {
Text("🦄 Mikaela Caron - Maintainer", comment: "Link to maintainer Github account.")
}

// swiftlint:disable:next line_length
Link(destination: URL(string: "https://github.com/mikaelacaron/Basic-Car-Maintenance/issues/new?assignees=&labels=feature+request&projects=&template=feature-request.md&title=FEATURE+-")!) {
Expand Down

0 comments on commit 1d251d7

Please sign in to comment.