Skip to content

Commit 520bec8

Browse files
fixed contact component
1 parent e4887ce commit 520bec8

File tree

3 files changed

+2
-223
lines changed

3 files changed

+2
-223
lines changed

src/components/contact/ContactComponent.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { AnimatedTooltip } from "@/components/ui/AnimatedToolTip";
88
class="relative flex w-full flex-col-reverse items-center justify-start gap-10 lg:h-[400px] lg:flex-row lg:items-start lg:justify-center"
99
>
1010
<div
11-
class="relative flex aspect-[3/4] w-[300px] items-end justify-end lg:w-1/2"
11+
class="relative flex aspect-[3/4] w-[300px] items-end justify-end lg:aspect-auto lg:w-1/2"
1212
>
1313
<Image
1414
src={contactPhoto}
@@ -36,7 +36,7 @@ import { AnimatedTooltip } from "@/components/ui/AnimatedToolTip";
3636
text="Email me!"
3737
client:load
3838
className="text-xl font-bold underline transition-colors duration-75 hover:text-blue-500"
39-
>[email protected]</AnimatedTooltip
39+
>Send me a Message</AnimatedTooltip
4040
>
4141
</div>
4242
</div>

src/components/ui/DesktopNav.tsx

Lines changed: 0 additions & 221 deletions
This file was deleted.

src/components/ui/MobileNav.tsx

Whitespace-only changes.

0 commit comments

Comments
 (0)