diff --git a/env.sample.js b/env.sample.js
index 56fde078..58b49e96 100644
--- a/env.sample.js
+++ b/env.sample.js
@@ -1,5 +1,6 @@
const config = {
baseurl: 'https://dev.lauf-fuer-kaya.de',
+ documentserver_key: 'NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe',
fallback_username: 'admin',
fallback_password: '72fpTzsev4xUu78QPs2FCbwZ3',
prefersHashRouting: true
diff --git a/public/env.sample.js b/public/env.sample.js
index 24c54fef..7e223d49 100644
--- a/public/env.sample.js
+++ b/public/env.sample.js
@@ -1,5 +1,6 @@
const config = {
baseurl: 'http://localhost:4010',
+ documentserver_key: 'NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe'
// optional
prefersHashRouting: true
};
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')}