Skip to content

Commit ed5b574

Browse files
author
Connor200024
committed
Updated footer & removed demo & bytepanel 2 links.
1 parent 42525f1 commit ed5b574

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const Footer: FC = ({ }) => {
9999
</div>
100100
<section className={`${s.Copyright} bg-gray/5 border-t-1 border-gray/10`}>
101101
<div className="text-gray">
102-
&copy; 2025 NodeByte LTD | All rights reserved.
102+
&copy; 2025 NodeByte LTD | All rights reserved | Registered in England and Wales Registration Number: 15432941
103103
</div>
104104
</section>
105105
</footer>

src/components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const Header: FC = () => {
163163
<div
164164
className={`${s.Copyright} pt-2 mx-2 text-center text-gray text-sm mt-4 border-t-1 border-gray/10`}
165165
>
166-
&copy; 2025 NodeByte LTD | All rights reserved.
166+
&copy; 2025 NodeByte LTD | All rights reserved | Registered in England and Wales Registration Number: 15432941
167167
</div>
168168
</NavbarMenu>
169169
</section>

src/components/Header/utils/MobileLinks.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export const DATA_TOGGLE_MENU_LINKS = [
2323
{
2424
title: "Portals",
2525
links: [
26-
{
27-
value: "BytePanel v2",
28-
href: "/bytepanel"
29-
},
3026
{
3127
value: "Billing Portal",
3228
href: "https://billing.nodebyte.host",

0 commit comments

Comments
 (0)