closed #10 - Creative Commons page in app
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user