Skip to content

Commit

Permalink
Update AboutView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Lessica authored Dec 31, 2023
1 parent 9e1e703 commit cfe7120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reveil/Pages/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cfe7120

Please sign in to comment.