mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
fix(footer): update copyright year and company name in footer
This commit is contained in:
@@ -670,7 +670,7 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) {
|
|||||||
<div className="mx-auto flex max-w-[1200px] flex-col items-center justify-between gap-4 sm:flex-row">
|
<div className="mx-auto flex max-w-[1200px] flex-col items-center justify-between gap-4 sm:flex-row">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Video className="h-4 w-4 text-primary" />
|
<Video className="h-4 w-4 text-primary" />
|
||||||
<span className="font-mono text-xs text-muted-foreground">© {new Date().getFullYear()} OpenFrame.</span>
|
<span className="font-mono text-xs text-muted-foreground">© 2026 IPEK TECH LLC. All rights reserved.</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<a href="https://github.com/yusufipk/OpenFrame" className="text-xs text-muted-foreground hover:text-foreground">GitHub</a>
|
<a href="https://github.com/yusufipk/OpenFrame" className="text-xs text-muted-foreground hover:text-foreground">GitHub</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user