diff --git a/src/App.tsx b/src/App.tsx
index 1dc8a85..08bebd7 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -18,6 +18,7 @@ import Technology from "./pages/dreamarchive/Technology.tsx";
import UserDreams from "./pages/dreamarchive/UserDreams.tsx";
import ResearchLive from "./pages/dreamarchive/ResearchLive.tsx";
import ScrollToTop from "./components/ScrollToTop.tsx";
+import {DreamRecord} from "./components/DreamRecord.tsx";
export default function App() {
const [isLoading, setIsLoading] = useState(true);
@@ -40,6 +41,13 @@ export default function App() {
);
}
+function Record() {
+ return (
+
+
+
)
+}
+
// Separate component to use useLocation hook
function AppContent() {
const location = useLocation();
@@ -56,6 +64,7 @@ function AppContent() {
}/>
}/>
}/>
+ }/>
}/>
}/>
}/>
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index f7e2f8b..a2f402c 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -1,5 +1,5 @@
import {NavLink} from 'react-router-dom';
-import {FaList, FaMicrochip, FaUser} from "react-icons/fa6";
+import {FaMicrochip, FaMicrophone, FaUser} from "react-icons/fa6";
import {FaGlobeEurope, FaHome} from "react-icons/fa";
import {getBackgroundStyle} from '../styles/StyleUtils';
@@ -27,11 +27,11 @@ export default function Navbar() {
-
+
>
);
diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx
index a27a3d3..9490725 100644
--- a/src/pages/Home.tsx
+++ b/src/pages/Home.tsx
@@ -4,7 +4,6 @@ import {getSortedDreamsByDate} from '../utils/DreamUtils.ts';
import {getBackgroundStyle, getCardStyle, getTextStyle} from '../styles/StyleUtils';
import {formatDateFull} from '../utils/DateUtils';
import {NavLink} from 'react-router-dom';
-import {DreamRecord} from "../components/DreamRecord.tsx";
import {DreamCardCompact} from "../components/DreamCardCompact.tsx";
import {DailyHighlights} from "../components/DailyHighlights.tsx";
import {ChipCard} from "../components/ChipCard.tsx";
@@ -53,7 +52,7 @@ export default function Home() {
-
+ {/**/}
{/* Personal Feed */}
{/* Daily Highlights */}
-
+