Skip to content

Commit

Permalink
Remove credit and change github button style to be dark
Browse files Browse the repository at this point in the history
  • Loading branch information
imdj committed Jul 16, 2024
1 parent 2108970 commit e057558
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<footer>
<div class="flex flex-wrap container mx-auto justify-center items-center gap-2 mt-4 mb-2">
<p>
OPML Editor By <a href="https://www.imadij.com">Imad Aldij</a>
</p>
<a class="flex flex-row space-x-2 bg-gray-100 border border-gray-300 hover:bg-gray-200 items-center font-semibold rounded-md p-2 no-underline md:py-2 md:px-3" href="https://github.com/imdj/opml-editor">
<a class="flex flex-row space-x-2 text-white bg-gray-800 hover:bg-black items-center font-semibold rounded-md p-2 no-underline md:py-2 md:px-3" href="https://github.com/imdj/opml-editor" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-auto inline-block" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 22.027v-2.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7a5.44 5.44 0 0 0-1.5-3.75a5.07 5.07 0 0 0-.09-3.77s-1.18-.35-3.91 1.48a13.4 13.4 0 0 0-7 0c-2.73-1.83-3.91-1.48-3.91-1.48A5.07 5.07 0 0 0 5 5.797a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7a3.37 3.37 0 0 0-.94 2.58v2.87"/><path d="M9 20.027c-3 .973-5.5 0-7-3"/></g></svg>
<span class="flex-none">View on GitHub</span>
</a>
Expand Down

0 comments on commit e057558

Please sign in to comment.