From c04946973e7cbb5f96b4f626458921ed713b2c48 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 26 Jul 2022 22:37:51 -0500 Subject: Editable PT name (wip), Download button for labs (doesn't function) --- src/components/helpers/Icon.svelte | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/components/helpers') diff --git a/src/components/helpers/Icon.svelte b/src/components/helpers/Icon.svelte index e7b68d6..5224421 100644 --- a/src/components/helpers/Icon.svelte +++ b/src/components/helpers/Icon.svelte @@ -10,11 +10,7 @@ { box: 24, name: "plus-circle", - path: ``, + path: ``, }, { box: 24, @@ -24,11 +20,12 @@ { name: "info", box: 24, - path: ``, + path: ``, + }, + { + name: "download", + box: 24, + path: ` e.name === name); -- cgit v1.2.3