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