Skip to content

Commit

Permalink
feat: contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
osmancoskun committed May 20, 2024
1 parent 45f4d69 commit 56dc2ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layout/navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Page content here -->
<label
for="my-drawer"
class="btn btn-primary drawer-button w-full rounded-none"
class="btn btn-info drawer-button w-full rounded-none"
>
Open Navigation
</label>
Expand Down
6 changes: 6 additions & 0 deletions src/routes/contact.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
>
[email protected]
</a>
<a
class="text-gray-500 dark:text-gray-400 hover:underline"
href="mailto:[email protected]"
>
[email protected]
</a>
</div>
<div class="bg-gray-100 dark:bg-gray-800 rounded-lg p-6">
<h3 class="text-lg font-semibold">Support</h3>
Expand Down

0 comments on commit 56dc2ab

Please sign in to comment.