From 6e19ab5f2c66243c4e055c4887418eaad9d85010 Mon Sep 17 00:00:00 2001 From: Marcin Czachursk Date: Sat, 1 Apr 2023 09:36:00 +0200 Subject: [PATCH] Fix link to font --- README.md | 7 ++++++- Vernissage/Views/ThirdPartyView.swift | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c80bd75..670a240 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,10 @@ Vernissage is 100% free and open-source. So, whether you're a professional photographer, an amateur enthusiast, or simply someone who loves to discover and share stunning photos, Vernissage is the perfect app for you. Try it out today and join our growing community of passionate photo lovers. +It's built entirely in SwiftUI. + ## Contributing -You can fork and clone repository. Change development team and bundle id. Do your changes and create a pull a request. +You can fork and clone repository. Change development team and bundle id. Do your changes and create a pull a request 👍. + +Thank you in advance for any, even the smallest help, with the development of the project 💕! + diff --git a/Vernissage/Views/ThirdPartyView.swift b/Vernissage/Views/ThirdPartyView.swift index 5f7c2e0..dea861e 100644 --- a/Vernissage/Views/ThirdPartyView.swift +++ b/Vernissage/Views/ThirdPartyView.swift @@ -81,8 +81,8 @@ struct ThirdPartyView: View { Section("Fleur De Leah") { VStack(alignment: .leading) { - Link("https://fonts.google.com/specimen/Fleur+De+Leah?preview.text=Vernissage%20for&preview.text_type=custom", - destination: URL(string: "https://fonts.google.com/specimen/Fleur+De+Leah?preview.text=Vernissage%20for&preview.text_type=custom")!) + Link("https://fonts.google.com/specimen/Fleur+De+Leah", + destination: URL(string: "https://fonts.google.com/specimen/Fleur+De+Leah")!) .padding(.bottom, 4) Text("Font used in the application in the icons and in the splash screen.") }