commit 8b2a2c43b151e8318b2229566a1978e47272335d parent 4bf225ced1df205a8fc2908fb8de1330096e56a7 Author: Michael Camilleri <[email protected]> Date: Sat, 20 Jun 2026 10:22:13 +0900 Change resume icon in Game List Diffstat:
| M | Crossmate/Views/GameList/GameCardView.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Crossmate/Views/GameList/GameCardView.swift b/Crossmate/Views/GameList/GameCardView.swift @@ -151,7 +151,7 @@ struct GameOverflowMenu: View { } .disabled(!game.isOwned) Button { onResume() } label: { - Label("Resume", systemImage: "square.and.pencil") + Label("Resume", systemImage: "puzzlepiece.extension") } Section { Button(role: .destructive) { onResign() } label: {