Skip to content

Commit

Permalink
fix: category helper styles is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
srvEq committed Feb 20, 2025
1 parent 4dae6e1 commit 6fa3d55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/CategoryHelpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export function CategoryHelpers(): JSX.Element {
src={"/gifs/categoryDrag.gif"}
alt="Animation of dragging a category onto a Problem-card"
unoptimized={true} //Trouble with optimizing gifs
width={800}
height={321}
width={250}
height={200}
style={{ paddingTop: 16 }}
/>
<p>
Drag a category into one or more of the problems, ideas or
Expand Down

0 comments on commit 6fa3d55

Please sign in to comment.