Skip to content

Commit 91aff38

Browse files
Add website link in Settings (About section) (#21)
Co-authored-by: upwan8152 <upwan.2428cseaiml135@kiet.edu>
1 parent 1511c93 commit 91aff38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/Views/SettingsView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ struct SettingsView: View {
9595
Section("About") {
9696
LabeledContent("Version", value: versionDisplay)
9797
updateRow
98+
Link("Visit Website", destination: URL(string: "https://youmenutube.riccardo.lol")!)
99+
.font(.caption)
98100
}
99101

100102
if let err = yt.lastError {

0 commit comments

Comments
 (0)