From 9372b9c1e4a10fd7bce236ed4cf08c7d9f16fcce Mon Sep 17 00:00:00 2001 From: Steve BOURDIN Date: Tue, 15 Jul 2025 09:27:30 +0200 Subject: [PATCH] Update sample.json Change title SVG-Donut to Minesweeper --- power-apps/minesweeper/assets/sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/power-apps/minesweeper/assets/sample.json b/power-apps/minesweeper/assets/sample.json index 5335e77..82dce40 100644 --- a/power-apps/minesweeper/assets/sample.json +++ b/power-apps/minesweeper/assets/sample.json @@ -6,7 +6,7 @@ "source": "pnp", "creationDateTime": "2025-04-07T00:00:00.000Z", "updateDateTime": "2025-04-07T00:00:00.000Z", - "title": "SVG Donut", + "title": "Minesweeper", "shortDescription": "This snippet re-creates the vintage Microsoft Windows game, Minesweeper in your canvas app ", "longDescription": [ "This snippet re-creates the vintage Microsoft Windows game, Minesweeper in your canvas app " @@ -48,4 +48,4 @@ } ] } -] \ No newline at end of file +]