Skip to content

Commit

Permalink
Implemented the integration of the delete feature with the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Omeshcoding committed Feb 16, 2025
1 parent 91d82e4 commit c6f4f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wonderlust/src/components/Draggables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function DraggableTags({ show, id, trip, userId }) {
borderRadius: '5px',
cursor: 'move',
}}
className="text-lg font-normal"
className="text-sm md:text-lg font-normal"
>
{tag}
</div>
Expand Down

0 comments on commit c6f4f45

Please sign in to comment.