Skip to content

Commit

Permalink
🐛 Fix stars image
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Nov 12, 2023
1 parent 4402c77 commit 961ac4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const HomePage = () => {
ogTitle="Automate core business workflows with the help of AI Agents"
/>
<div className="absolute -z-50 h-full w-full bg-black" />
<Image src="/stars.svg" alt="stars" fill className="absolute z-40 invert-0" />
<Image src="/stars.svg" alt="stars" fill className="pointer-events-none absolute invert-0" />

<div className="flex h-full max-w-[1440px] flex-col justify-between">
<NavBar />
Expand Down

0 comments on commit 961ac4a

Please sign in to comment.