Skip to content

Commit afaa5b1

Browse files
authored
Merge pull request #13 from BeepBot99/patch-1
Add draggable attribute to image in page.tsx
2 parents 1bf3457 + 65336dd commit afaa5b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default function Home() {
2121
src="./images/decodeField.png"
2222
className="max-h-full max-w-full object-contain"
2323
alt="Decode Field"
24+
draggable="false"
2425
/>
2526
</div>
2627
</ResizablePanel>

0 commit comments

Comments
 (0)