Skip to content

Commit

Permalink
Fix Spezi License
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 31, 2024
1 parent 5522710 commit 8c5ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENGAGEHF/Account/AccountSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct AccountSheet: View {
if account.signedIn && !isInSetup {
AccountOverview(isEditing: $overviewIsEditing) {
NavigationLink {
ContributionsList(projectLicense: "MIT")
ContributionsList(appName: "ENGAGE-HF", projectLicense: .mit)
} label: {
Text("LICENSE_INFO_TITLE")
}
Expand Down

0 comments on commit 8c5ac7e

Please sign in to comment.