diff --git a/website/app/(pages)/articles/(content)/layout.tsx b/website/app/(pages)/articles/(content)/layout.tsx index 34bdd06..6ac3727 100644 --- a/website/app/(pages)/articles/(content)/layout.tsx +++ b/website/app/(pages)/articles/(content)/layout.tsx @@ -23,27 +23,29 @@ const ArticlesLayout = ({ children }: Props) => { }, []); return ( -
- - {" "} - View all Articles - - {children} - - {" "} - View all Articles - - {isTopOfPage ? ( - <> - ) : ( - - )} +
+
+ + {" "} + View all Articles + + {children} + + {" "} + View all Articles + + {isTopOfPage ? ( + <> + ) : ( + + )} +
); }; diff --git a/website/app/(pages)/nor/views/NOR.tsx b/website/app/(pages)/nor/views/NOR.tsx index 68758c4..19df973 100644 --- a/website/app/(pages)/nor/views/NOR.tsx +++ b/website/app/(pages)/nor/views/NOR.tsx @@ -1,3 +1,4 @@ +import ArtLink from "@/components/ArtLink"; import CenterView from "@/components/CenterView"; import ExtLearnMoreLink from "@/components/ExtLearnMoreLink"; import NORBrain from "@/public/content/NOR_brain.png"; @@ -27,11 +28,15 @@ const NOR = () => { Read Dr. Feely's Paper on NOR [PDF]

Want to learn more?

-

- Access to NOR content is only available to account holders. To - request access, contact Dr. Feely at the link below. +

+ Access to NOR content is only available to account holders. +
+ To request access, contact Dr. Feely at{" "} + + rafeely@drfeely.com +

-

Already have an account?

+

Already have an account?