From 13551c0403a6fdaabd308202f247dd4b3f3429d6 Mon Sep 17 00:00:00 2001 From: mschuepbach Date: Fri, 4 Feb 2022 15:30:56 +0100 Subject: [PATCH] Replace x with times symbol --- src/App.svelte | 2 +- src/MatrixSizeInput.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 5415118..02f2e70 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -78,7 +78,7 @@ />
- {result[0].length}x{result.length} + {result[0].length} × {result.length}
diff --git a/src/MatrixSizeInput.svelte b/src/MatrixSizeInput.svelte index 2f41cd3..c52b8af 100644 --- a/src/MatrixSizeInput.svelte +++ b/src/MatrixSizeInput.svelte @@ -5,7 +5,7 @@
- x + ×