Spaces:
Running
Running
Florin Bobiș
commited on
Commit
·
b2aa163
1
Parent(s):
85ff40b
latest
Browse files- src/components/logo.tsx +1 -1
src/components/logo.tsx
CHANGED
@@ -38,7 +38,7 @@ const Logo = ({ text, showText, showCopyright }: LogoProps) => {
|
|
38 |
)}
|
39 |
{showCopyright && (
|
40 |
<div className="w-[230px] text-sm font-medium text-muted-foreground">
|
41 |
-
© {new Date().getFullYear()} G-SPACE, Inc
|
42 |
</div>
|
43 |
)}
|
44 |
</div>
|
|
|
38 |
)}
|
39 |
{showCopyright && (
|
40 |
<div className="w-[230px] text-sm font-medium text-muted-foreground">
|
41 |
+
© {new Date().getFullYear()} G-SPACE, Inc
|
42 |
</div>
|
43 |
)}
|
44 |
</div>
|