ok
This commit is contained in:
@@ -3,9 +3,9 @@ import { Logo } from '@/components/Logo'
|
||||
|
||||
export function Footer() {
|
||||
return (
|
||||
<footer className="bg-creme-900">
|
||||
<footer className="bg-transparent border-darkgr-950 border-t-4">
|
||||
<Container>
|
||||
<div className="flex items-center justify-between py-16">
|
||||
<div className="flex items-center justify-between py-8">
|
||||
<Logo className="h-10 w-auto" />
|
||||
<p className="text-sm text-slate-500">
|
||||
Copyright © {new Date().getFullYear()} VEDA. All rights reserved.
|
||||
|
Reference in New Issue
Block a user