File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,16 +53,6 @@ export const HoverNavigation = ({
5353 < div className = "bg-secondary/50 fixed top-5 left-1/2 z-30 box-border hidden -translate-x-1/2 items-center justify-center overflow-auto rounded-[40px] border-2 border-solid border-gray-700 px-5 py-3 backdrop-blur-md md:flex md:w-11/12 lg:w-2/3 xl:w-auto" >
5454 < div className = "flex flex-col" >
5555 < div className = "flex flex-row" >
56- < div className = "mr-2 flex items-center justify-center sm:mr-3" >
57- < a href = "/" >
58- < img
59- src = "/images/profile/contact_photo_small.webp"
60- alt = "Ryan"
61- width = { 50 }
62- className = "rounded-full"
63- />
64- </ a >
65- </ div >
6656 < nav
6757 aria-label = "Desktop Navigation"
6858 className = "flex items-center justify-center overflow-hidden"
Original file line number Diff line number Diff line change @@ -23,13 +23,7 @@ import { ClientRouter } from "astro:transitions";
2323 <meta name =" author" content =" RythonDev" />
2424 <meta name =" theme-color" content =" #2B2D31" />
2525
26- {
27- thumbnail && (
28- <>
29- <meta name = " twitter:image" content = { thumbnail } />
30- </>
31- )
32- }
26+ { thumbnail && <meta name = " twitter:image" content = { thumbnail } />}
3327
3428 { metaURL && <meta name = " og:url" content = { metaURL } />}
3529
You can’t perform that action at this time.
0 commit comments