File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff 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- © 2025 NodeByte LTD | All rights reserved.
102+ © 2025 NodeByte LTD | All rights reserved | Registered in England and Wales Registration Number: 15432941
103103 </ div >
104104 </ section >
105105 </ footer >
Original file line number Diff line number Diff 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- © 2025 NodeByte LTD | All rights reserved.
166+ © 2025 NodeByte LTD | All rights reserved | Registered in England and Wales Registration Number: 15432941
167167 </ div >
168168 </ NavbarMenu >
169169 </ section >
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments