From 0f07ad51c60add35c124c81eff794601f300595f Mon Sep 17 00:00:00 2001 From: hariesramdhani Date: Thu, 31 Oct 2024 10:20:49 +0000 Subject: [PATCH] Added Morgan Lab url --- app/layout.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2f99cb8..3e7c2de 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,20 +7,18 @@ import { GoogleAnalytics } from "@next/third-parties/google"; import SocialMediaButton from "../components/SocialMediaButton"; -import { links } from '../data/links'; +import { links } from "../data/links"; interface RootLayoutProps { children: ReactNode; } - const hubballi = Hubballi({ weight: ["400"], subsets: ["latin"], }); export default function RootLayout({ children }: RootLayoutProps) { - return ( @@ -30,7 +28,7 @@ export default function RootLayout({ children }: RootLayoutProps) { src="/img/github_photo.png" width={400} height={419} - alt="Haries' Profile Picture" + alt="Haries' Profile Picture" style={{ borderRadius: "50%" }} />
@@ -53,9 +51,16 @@ export default function RootLayout({ children }: RootLayoutProps) { style={{ fontSize: 24 }} className="leading-7 text-justify" > - I am a second-year PhD Student in Medical Sciences at - the Institute of Medical Sciences, University of - Aberdeen in Morgan Lab, supervised by{" "} + I am a second-year PhD Student in Medical Sciences + at the Institute of Medical Sciences, University of + Aberdeen in{" "} + + Morgan Lab + + , supervised by{" "}
- {children} + {children}