Skip to content

Commit

Permalink
docs: add id=main to main color display (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic authored Jan 16, 2025
1 parent 9cc5eac commit 2c11a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/color-visualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ColorVisualizer () {
<ArrowLeft className='h-4 w-4' />
</Button>
</div>
<div className='flex h-full w-full'>
<div className='flex h-full w-full' id='main'>
{getColorsFromUrl().map((color, index) => (
<div
key={index}
Expand Down

0 comments on commit 2c11a4f

Please sign in to comment.