From 289a8c14d335a3cb3c4333725c14c497dc6944a9 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 20 Feb 2021 16:47:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=92=20change=20"Edit"=20table=20actions?= =?UTF-8?q?=20to=20"Detail"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #62 --- src/components/contacts/ContactsOverview.svelte | 2 +- src/components/teams/TeamsOverview.svelte | 2 +- src/components/users/UsersOverview.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/contacts/ContactsOverview.svelte b/src/components/contacts/ContactsOverview.svelte index 2e0727b9..64c1431a 100644 --- a/src/components/contacts/ContactsOverview.svelte +++ b/src/components/contacts/ContactsOverview.svelte @@ -148,7 +148,7 @@ class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium"> {$_('edit')} + class="text-indigo-600 hover:text-indigo-900">{$_('details')} {#if store.state.jwtinfo.userdetails.permissions.includes('TEAM:DELETE')}