<script>
import { Footer, FooterLinkGroup, FooterLink, FooterBrand, FooterIcon, FooterCopyright } from 'flowbite-svelte';
import { FacebookSolid, GithubSolid, DiscordSolid, TwitterSolid } from 'flowbite-svelte-icons';
</script>
<Footer footerType="sitemap">
<div class="py-6 px-4 dark:bg-slate-900 md:flex md:items-center md:justify-between">
<div class="flex mt-4 space-x-6 rtl:space-x-reverse sm:justify-center md:mt-0">
<FooterIcon href="https://github.com/GalactechsLLC/portfu">
<GithubSolid class="w-4 h-4 text-gray-500 dark:text-gray-500 hover:text-gray-900 dark:hover:text-white" />
</FooterIcon>
</div>
</div>
</Footer>