Skip to content

Commit bd7b143

Browse files
committed
feat: remove 'Add Task' button for cleaner UI in contact details
1 parent c518b49 commit bd7b143

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/routes/(app)/app/contacts/[contactId]/+page.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
</div>
9090
</div>
9191
<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>
9692
<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">
9793
<Edit class="w-4 h-4" />
9894
Edit

0 commit comments

Comments
 (0)