Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 136c6a9

Browse files
authored
Update credits in SettingsView.swift
1 parent 07f134d commit 136c6a9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Sources/prostore/views/SettingsView.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ struct SettingsView: View {
1919
// MARK: Credits
2020
private let credits: [Credit] = [
2121
Credit(
22-
name: "SuperGamer474",
22+
name: "NovaDev404",
2323
role: "Developer",
24-
profileURL: URL(string: "https://github.com/SuperGamer474")!,
25-
avatarURL: URL(string: "https://github.com/SuperGamer474.png")!
24+
profileURL: URL(string: "https://github.com/NovaDev404")!,
25+
avatarURL: URL(string: "https://github.com/NovaDev404.png")!
2626
),
2727
Credit(
2828
name: "Zhlynn",
@@ -195,4 +195,5 @@ struct CreditRow: View {
195195
}
196196
.padding(.vertical, 8)
197197
}
198-
}
198+
199+
}

0 commit comments

Comments
 (0)