Skip to content

Commit

Permalink
feat: final nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rak3rman committed Apr 7, 2024
1 parent 2ae16aa commit eb1e156
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions next/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {Dialog} from '@headlessui/react'
import {Bars3Icon, XMarkIcon} from '@heroicons/react/24/outline'
import {ChevronRightIcon} from '@heroicons/react/20/solid'
import Navbar from "./components/Navbar";
import Image from "next/image";

const navigation = [
{name: 'Product', href: '#'},
Expand Down Expand Up @@ -86,8 +85,8 @@ export default function Example() {
transform="translate(24 24)"
clipPath="url(#2ade4387-9c63-4fc4-b754-10e687a0d332)"
>
<Image src="https://imagedelivery.net/5zM6Rdl2uV8Hmr9WxRh20g/3895bacc-c4c2-44e2-93fb-bd9319f51a00/lg"
alt=""/>
<img src="https://imagedelivery.net/5zM6Rdl2uV8Hmr9WxRh20g/3895bacc-c4c2-44e2-93fb-bd9319f51a00/lg"
alt=""/>
</foreignObject>
</svg>
</div>
Expand Down

0 comments on commit eb1e156

Please sign in to comment.