diff --git a/web/components/home/home.tsx b/web/components/home/home.tsx index 323a968a..8a11ed70 100644 --- a/web/components/home/home.tsx +++ b/web/components/home/home.tsx @@ -65,7 +65,7 @@ export function LoggedOutHome() { className="text-2xl font-bold text-center"> Find people who share your values, not just your photos. -
+
@@ -74,6 +74,7 @@ export function LoggedOutHome() {
+
); } diff --git a/web/components/love-page.tsx b/web/components/love-page.tsx index 56df676a..7b8ba96f 100644 --- a/web/components/love-page.tsx +++ b/web/components/love-page.tsx @@ -62,7 +62,7 @@ export function LovePage(props: { + className="sticky top-0 hidden self-start px-2 lg:col-span-2 lg:flex sidebar-nav bg-canvas-25" + /> )}
@@ -100,8 +100,7 @@ export function LovePage(props: { const Profiles = { name: 'Profiles', href: '/', icon: SolidHomeIcon }; const ProfilesHome = { name: 'Profiles', href: '/', icon: HomeIcon }; const faq = { name: 'FAQ', href: '/faq', icon: SolidQuestionIcon }; -const About = { name: 'About', href: '/about', icon: SolidQuestionIcon }; -const AboutQuestionMark = { name: 'About', href: '/about', icon: QuestionMarkCircleIcon }; +const About = { name: 'About', href: '/about', icon: QuestionMarkCircleIcon }; const Signin = { name: 'Sign in', href: '/signin', icon: UserCircleIcon }; const Notifs = {name: 'Notifs', href: `/notifications`, icon: NotificationsIcon}; const NotifsSolid = {name: 'Notifs', href: `/notifications`, icon: SolidNotificationsIcon}; @@ -138,13 +137,13 @@ const getDesktopNav = (user: User | null | undefined) => { ProfilesHome, Notifs, Messages, - AboutQuestionMark, + About, faq ) return buildArray( // { name: 'Profiles', href: '/', icon: HomeIcon }, - AboutQuestionMark, + About, faq ) } @@ -152,7 +151,7 @@ const getDesktopNav = (user: User | null | undefined) => { // No sidebar when signed out const getSidebarNavigation = (_toggleModal: () => void) => { return buildArray( - AboutQuestionMark, + About, faq ) } diff --git a/web/components/markdown.tsx b/web/components/markdown.tsx index d953b762..39e9e1cc 100644 --- a/web/components/markdown.tsx +++ b/web/components/markdown.tsx @@ -29,10 +29,10 @@ export default function MarkdownPage({content, filename}: Props) { return ( - + + a: ({node, children, ...props}) => {children} }} >{content} diff --git a/web/components/nav/love-bottom-nav-bar.tsx b/web/components/nav/love-bottom-nav-bar.tsx index 60ccef23..e43d46a9 100644 --- a/web/components/nav/love-bottom-nav-bar.tsx +++ b/web/components/nav/love-bottom-nav-bar.tsx @@ -38,7 +38,7 @@ export function BottomNavBar(props: { } return ( -