Update Top.tsx
This commit is contained in:
parent
7595fbbaf7
commit
66178931f5
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import {
|
||||||
TooltipTrigger,
|
TooltipTrigger,
|
||||||
} from "@/components/ui/tooltip";
|
} from "@/components/ui/tooltip";
|
||||||
import "../../index.css";
|
import "../../index.css";
|
||||||
|
import Image from "../../profile.avif";
|
||||||
|
|
||||||
export default function Top() {
|
export default function Top() {
|
||||||
return (
|
return (
|
||||||
|
|
@ -29,7 +30,7 @@ export default function Top() {
|
||||||
<div className="md:w-[55%] select-none avatar-background w-full h-full flex justify-center md:justify-end items-end rounded-3xl mb-8 md:mb-0">
|
<div className="md:w-[55%] select-none avatar-background w-full h-full flex justify-center md:justify-end items-end rounded-3xl mb-8 md:mb-0">
|
||||||
<div className="w-full h-full flex justify-center md:justify-end items-end avatar-background-blur">
|
<div className="w-full h-full flex justify-center md:justify-end items-end avatar-background-blur">
|
||||||
<img
|
<img
|
||||||
src="../profile.avif"
|
src={Image}
|
||||||
className="w-[60%] max-w-[360px] select-none"
|
className="w-[60%] max-w-[360px] select-none"
|
||||||
title="Special Thanks to @dob2_"
|
title="Special Thanks to @dob2_"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue