crossmate

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

commit b1693697efa3d082aaa5fadda19209e108b3dc96
parent 905974ec7656d1697f4722b16357c3a52150e770
Author: Michael Camilleri <[email protected]>
Date:   Sat, 27 Jun 2026 22:08:02 +0900

Remove 'Players' heading from Success Panel

Diffstat:
MCrossmate/Views/Puzzle/SuccessPanel.swift | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/Crossmate/Views/Puzzle/SuccessPanel.swift b/Crossmate/Views/Puzzle/SuccessPanel.swift @@ -222,9 +222,6 @@ struct SuccessPanel: View { .frame(maxWidth: .infinity, alignment: .center) VStack(alignment: .leading, spacing: 12) { - Text("Players") - .font(.headline) - ScrollView { VStack(alignment: .leading, spacing: 6) { ForEach(contributions) { contribution in