closed #10 - Creative Commons page in app

This commit is contained in:
Trey t
2022-03-11 11:50:39 -06:00
parent 5583257f28
commit edf6802e85

View File

@@ -151,9 +151,16 @@ struct SettingsView: View {
.padding() .padding()
if showSpecialThanks { if showSpecialThanks {
Text(String(localized: "settings_view_special_thanks_to_body")) Divider()
.foregroundColor(textColor) Link("Font Awesome", destination: URL(string: "https://fontawesome.com")!)
.padding() .accentColor(textColor)
.padding(.bottom)
Divider()
Link("Charts", destination: URL(string: "https://github.com/danielgindi/Charts")!)
.accentColor(textColor)
.padding(.bottom)
} }
} }
} }