feat: enhance layout and component structure for dashboard, including responsive sidebar and header actions, and update footer styling
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
const currentYear = new Date().getFullYear();
|
||||
</script>
|
||||
|
||||
<footer class="bg-base-200 text-base-content border-base-300 border-t">
|
||||
<div class="container mx-auto px-4 py-10">
|
||||
<footer class="bg-base-200 text-base-content border-base-300 mt-16 border-t">
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<div class="grid grid-cols-1 gap-8 text-center md:grid-cols-3 md:text-left">
|
||||
<div>
|
||||
<h3 class="text-primary mb-4 text-lg font-bold">SGSE</h3>
|
||||
|
||||
Reference in New Issue
Block a user