footer
This commit is contained in:
parent
df12084e38
commit
836d6546c4
1 changed files with 10 additions and 8 deletions
|
|
@ -24,7 +24,9 @@ export async function Footer() {
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<p className="text-white/40 text-sm">
|
<p className="text-white/40 text-sm">
|
||||||
© {new Date().getFullYear()} Mackie. All rights reserved.
|
© {new Date().getFullYear()} Mackie. All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
)
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue