Skip to content

Commit

Permalink
fix: remove unused image
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrith committed Oct 9, 2024
1 parent 503b1c0 commit 9d01f86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added apps/documentation-portal/public/palette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ export function Features() {
and designers can sync faster without changing their habits.
</p>
</div>
<Image
src="/linear.webp"
width={500}
height={500}
{/* <Image
src="/palette.png"
width={453}
height={329}
alt="linear demo image"
className="absolute -right-4 lg:-right-[40%] grayscale filter -bottom-10 object-contain rounded-2xl"
/>
className="absolute -right-4 lg:-right-[20%] grayscale filter -bottom-10 object-contain rounded-2xl"
/> */}
</WobbleCard>
<WobbleCard containerClassName="col-span-1 min-h-[300px]">
<h2 className="max-w-80 text-left text-balance text-base md:text-xl lg:text-3xl font-semibold tracking-[-0.015em] text-white">
Expand Down

0 comments on commit 9d01f86

Please sign in to comment.