Skip to content

Commit e6f3547

Browse files
updated navbar
1 parent c7a85e5 commit e6f3547

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

src/components/ui/NavigationBar.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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"

src/layouts/Layout.astro

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)