From 4cd809bd0c94836532f58a2ec6aa131694cce10d Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 17 Dec 2022 01:30:02 +0100 Subject: feat(tools): added favorite tool handling --- src/components/ToolCard.vue | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'src/components/ToolCard.vue') diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue index 926c5e9..79586f8 100644 --- a/src/components/ToolCard.vue +++ b/src/components/ToolCard.vue @@ -3,17 +3,21 @@ - - New - + + + New + + + + {{ tool.name }} @@ -29,11 +33,12 @@ -- cgit v1.2.3