@@ -3,7 +3,7 @@ const theme = ref("light");
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header class="p-3 mt-10 bg-[#a2d9ff] font-poppins">
|
||||
<footer class="p-3 mt-10 bg-[#a2d9ff] font-poppins">
|
||||
<div class="container px-4 mx-auto max-w-6xl flex justify-center">
|
||||
<ul class="flex space-x-2 text-sm text-slate-800 items-end justify-start">
|
||||
<li>Copyright © 2022 - Present</li>
|
||||
@@ -31,5 +31,5 @@ const theme = ref("light");
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user