Skip to content
Snippets Groups Projects
Commit 632aa5fd authored by Titus Netland's avatar Titus Netland
Browse files

Footer linted

parent e9b70778
No related branches found
No related tags found
1 merge request!109Footer
Pipeline #181098 passed
<template>
<footer class="w-full bg-white dark:bg-gray-800 sm:flex-row border-1 border-t border-b border-gray-600 h-10">
<p class="float-left text-xs my-3 ml-4">© BoCo 2022 - All rights reserved</p>
<footer
class="w-full bg-white dark:bg-gray-800 sm:flex-row border-1 border-t border-b border-gray-600 h-10"
>
<p class="float-left text-xs my-3 ml-4">
© BoCo 2022 - All rights reserved
</p>
<QuestionMarkCircleIcon
class="md:mt-0 mt-1 mr-4 float-right cursor-pointer h-8 md:h-10 text-primary-medium"
alt="Hjelp"
@click="$router.push('/help')"
class="md:mt-0 mt-1 mr-4 float-right cursor-pointer h-8 md:h-10 text-primary-medium"
alt="Hjelp"
@click="$router.push('/help')"
/>
</footer>
</template>
<script>
import { QuestionMarkCircleIcon } from "@heroicons/vue/outline"
import { QuestionMarkCircleIcon } from "@heroicons/vue/outline";
export default {
name: "FooterBar",
components:{
components: {
QuestionMarkCircleIcon,
},
}
</script>
\ No newline at end of file
};
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment