Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Feb 8, 2024
1 parent b04901e commit b1ea9bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
class="py-8 px-8 md:px-12 w-full bg-theme-100 sm:flex sm:justify-center sm:justify-end items-center text-blackberry-800 ${classNames}"
>
<div class="flex justify-evenly space-x-4 sm:space-x-8 sm:ml-auto">
<a href="mailto:[email protected]" target="_blank" class="hover:text-blackberry-500"
>
<a href="mailto:[email protected]" target="_blank" class="hover:text-blackberry-500">
<Contact width="30px" /></a
>
<a href="https://twitter.com/hacktjofficial" target="_blank" class="hover:text-blackberry-500"
Expand Down

0 comments on commit b1ea9bd

Please sign in to comment.