Skip to content

Commit

Permalink
Update DepositionsDesktop.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoN1 committed May 2, 2024
1 parent f79a87f commit d6c1910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/DepositionsDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function DepositionsDesktop({ depositionAndImage }: Props) {
class={clx(`
${
index === 1
? "mt-[200px]"
? "mt-[200px]"
: index === 2
? "mt-[200px]"
: ""
Expand Down

0 comments on commit d6c1910

Please sign in to comment.