crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 5b7d552061d794e170fb35464229222f09b98d22
parent c9056097608160cfdc031ba95348912fd46db819
Author: Michael Camilleri <[email protected]>
Date:   Wed,  3 Jun 2026 13:41:51 +0900

Add name to credits

Diffstat:
MCrossmate/Views/AboutView.swift | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/Crossmate/Views/AboutView.swift b/Crossmate/Views/AboutView.swift @@ -41,6 +41,18 @@ struct AboutView: View { .padding(.bottom, 8) VStack(spacing: 4) { + Text("Testing") + .font(.caption) + .textCase(.uppercase) + .tracking(0.8) + .foregroundStyle(.secondary) + Text("Eugenia Samuel") + .font(.subheadline) + .foregroundStyle(.primary) + } + .padding(.bottom, 8) + + VStack(spacing: 4) { Text("Direction") .font(.caption) .textCase(.uppercase)