diff --git a/packages/web/components/MainLogo.tsx b/packages/web/components/MainLogo.tsx index a5eae25..3abee46 100644 --- a/packages/web/components/MainLogo.tsx +++ b/packages/web/components/MainLogo.tsx @@ -1,6 +1,6 @@ export default function MainLogo({ ...props }) { return ( - + nirvana ); diff --git a/packages/web/components/v2/Header.tsx b/packages/web/components/v2/Header.tsx index 6b43373..18797e6 100644 --- a/packages/web/components/v2/Header.tsx +++ b/packages/web/components/v2/Header.tsx @@ -1,3 +1,4 @@ +// import Routes from "@nirvana/common/helpers/routes"; import { Menu, Dropdown, Avatar } from "antd"; import { useRouter } from "next/router"; import { useRef } from "react"; @@ -16,6 +17,9 @@ import UserStatusBubble from "../UserStatusBubble"; export default function Header() { const router = useRouter(); + const currPage = router.pathname; + console.log(currPage); + const UserMenu = ( +
- + {/* search bar */}
@@ -76,8 +98,14 @@ export default function Header() { {/* controls */}
- - + +
{/* profile section */} diff --git a/packages/web/pages/s/later.tsx b/packages/web/pages/s/later.tsx index c4229ed..8c13baf 100644 --- a/packages/web/pages/s/later.tsx +++ b/packages/web/pages/s/later.tsx @@ -1,8 +1,23 @@ import getDynamicMeLayout from "../../components/Layouts/DynamicMeLayout"; import React from "react"; +import { FaRegClock } from "react-icons/fa"; export default function Later() { - return
All caught up.
; + return ( +
+ + + + + Focusing right now?

No worries, go through low-priority{" "} +

+ conversations later. +
+
+ ); } Later.getLayout = function getLayout(page: React.ReactElement) { diff --git a/packages/web/pages/s/priority.tsx b/packages/web/pages/s/priority.tsx index 12811e9..0cf69df 100644 --- a/packages/web/pages/s/priority.tsx +++ b/packages/web/pages/s/priority.tsx @@ -1,8 +1,23 @@ import getDynamicMeLayout from "../../components/Layouts/DynamicMeLayout"; import React from "react"; +import { FaRocket } from "react-icons/fa"; export default function Priority() { - return
All caught up.
; + return ( +
+ + + + + One place for your most important +

people and items .

+ Keep this clean at all costs. +
+
+ ); } Priority.getLayout = function getLayout(page: React.ReactElement) { diff --git a/packages/web/public/illustrations/undraw_season_change_f99v.svg b/packages/web/public/illustrations/undraw_season_change_f99v.svg new file mode 100644 index 0000000..5f253a1 --- /dev/null +++ b/packages/web/public/illustrations/undraw_season_change_f99v.svg @@ -0,0 +1 @@ +season_change \ No newline at end of file