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

Commit cd32928

Browse files
authored
Change order of names in AboutView
1 parent d32d9d3 commit cd32928

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Sources/prostore/views/AboutView.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ struct Credit: Identifiable {
1111

1212
struct AboutView: View {
1313
private let credits: [Credit] = [
14+
Credit(
15+
name: "SuperGamer474",
16+
role: "Developer",
17+
profileURL: URL(string: "https://github.com/SuperGamer474")!,
18+
avatarURL: URL(string: "https://github.com/SuperGamer474.png")!
19+
),
1420
Credit(
1521
name: "zhlynn",
1622
role: "Original zsign",
@@ -23,12 +29,6 @@ struct AboutView: View {
2329
profileURL: URL(string: "https://github.com/khcrysalis")!,
2430
avatarURL: URL(string: "https://github.com/khcrysalis.png")!
2531
),
26-
Credit(
27-
name: "SuperGamer474",
28-
role: "Developer",
29-
profileURL: URL(string: "https://github.com/SuperGamer474")!,
30-
avatarURL: URL(string: "https://github.com/SuperGamer474.png")!
31-
),
3232
Credit(
3333
name: "loyahdev",
3434
role: "iOS Certificates Source",

0 commit comments

Comments
 (0)