diff --git a/src/App.js b/src/App.js
index 9de6bd6..ca51037 100644
--- a/src/App.js
+++ b/src/App.js
@@ -18,6 +18,7 @@ import ScrollToTop from "./components/ScrollToTop";
import Testnet from "./pages/Testnet";
import TestnetRewards from "./pages/TestnetRewards";
import Grants from "./pages/Grants";
+import Posts from "./pages/Posts";
function App() {
return (
@@ -41,6 +42,7 @@ function App() {
} />
} />
} />
+ } />
diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index a0eabac..60fc5bd 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -1,3 +1,4 @@
+import { Link } from "react-router-dom"; // Dodaj import, jeśli nie ma
import "../styles/footer.css";
const Footer = () => {
@@ -13,18 +14,18 @@ const Footer = () => {
Donate:
- d1Df6WwY7S9XDbdsAaT2t6daFMJRcCm5nnUNKC2U7iQQWYDzA
+ d1Df6WwY7S9XDbdsAaT2t6daFMJRcCm5nnUNKC2U7iQQWYDzA
- Responsibility Disclaimer:
-
- This website is an open source free software maintained
- by 3dpass community members and providing some useful
- information about The Ledger of Things (LoT) decentralized
- ecosystem, which might be partly inacurate, deprecated or invalid.
- Suggest your corrections by making a Pull Request into the repo:
-
- The Website GitHub link
-
+
Responsibility Disclaimer:
+
+ This website is an open source free software maintained
+ by 3dpass community members and providing some useful
+ information about The Ledger of Things (LoT) decentralized
+ ecosystem, which might be partly inaccurate, deprecated or invalid.
+ Suggest your corrections by making a Pull Request into the repo:
+
+ The Website GitHub link
+
@@ -39,7 +40,7 @@ const Footer = () => {
Proof of Scan Consensus
-
+
3DPRC-2 Standard
@@ -83,11 +84,14 @@ const Footer = () => {
Use Cases
+
+ Posts
+
@@ -151,4 +155,4 @@ const Footer = () => {
);
};
-export default Footer;
+export default Footer;
\ No newline at end of file
diff --git a/src/components/Header.jsx b/src/components/Header.jsx
index 948d123..9b4a919 100644
--- a/src/components/Header.jsx
+++ b/src/components/Header.jsx
@@ -1,7 +1,5 @@
import "../styles/header.css";
-
import { Link, useLocation } from "react-router-dom";
-
import Button from "./Button";
import { useState, useEffect } from "react";
@@ -38,105 +36,37 @@ const Header = () => {
el.setAttribute("content", "3DPass mobile wallet, guideliones, download");
} else if (location.includes("testnet")) {
el.setAttribute("content", "3DPass - Testnet, canary network | Layer 1 blockchain platform for the tokenization of objects, Proof of Scan protocol based on recognition, useful smart contracts and dApps");
+ } else if (location.includes("posts")) {
+ el.setAttribute("content", "3DPass - Latest updates and insights from the 3Dpass team");
} else {
el.setAttribute("content", "3DPass - Layer 1 blockchain platform for the tokenization of objects, Proof of Scan protocol based on recognition, useful smart contracts and dApps");
}
}
}, [location]);
-
return (
-
-
-
-
-
-
-
-
-
-1
- ? "header-nav active"
- : "header-nav"
- }
- >
- Features
-
-
-
-
-1
- ? "header-nav active"
- : "header-nav"
- }
- >
- Community
-
-
-
-
-1
- ? "header-nav active"
- : "header-nav"
- }
- >
- P3D
-
-
-
-
-1
- ? "header-nav active"
- : "header-nav"
- }
- >
- Assets
-
-
-
-
-1
- ? "header-nav active"
- : "header-nav"
- }
- >
- Mainnet
+
+