We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c518b49 commit bd7b143Copy full SHA for bd7b143
src/routes/(app)/app/contacts/[contactId]/+page.svelte
@@ -89,10 +89,6 @@
89
</div>
90
91
<div class="flex gap-3 mt-4 sm:mt-0">
92
- <button class="px-4 py-2 text-gray-700 dark:text-gray-300 bg-white dark:bg-gray-700 border border-gray-300 dark:border-gray-600 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-600 transition-colors flex items-center gap-2">
93
- <Plus class="w-4 h-4" />
94
- Add Task
95
- </button>
96
<a href="/app/contacts/{contact.id}/edit" class="px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition-colors flex items-center gap-2">
97
<Edit class="w-4 h-4" />
98
Edit
0 commit comments