From cfe7120b0ff54b718240cc07f2ac0f5ac9bd2e9d Mon Sep 17 00:00:00 2001 From: i_82 <82flex@gmail.com> Date: Mon, 1 Jan 2024 01:34:39 +0800 Subject: [PATCH] Update AboutView.swift --- Reveil/Pages/AboutView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reveil/Pages/AboutView.swift b/Reveil/Pages/AboutView.swift index 034b43b..1b263ff 100644 --- a/Reveil/Pages/AboutView.swift +++ b/Reveil/Pages/AboutView.swift @@ -57,7 +57,7 @@ struct AboutView: View { .padding(.bottom, 32) Section { - Link(destination: URL(string: "https://github.com/Lessica/ReveilApp")!) { + Link(destination: URL(string: "https://github.com/Lessica/Reveil")!) { LinkCell( label: NSLocalizedString("WEBSITE", comment: "Website"), iconName: "github-mark-white",