Skip to content

Commit

Permalink
fix(src/components/BaseCard/index.tsx): trocando propriedade textImag…
Browse files Browse the repository at this point in the history
…e para opcional - @Wander06
  • Loading branch information
Wanderson Silva authored and Wanderson Silva committed Oct 23, 2024
1 parent fdae159 commit d4bc35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ClickButton } from "../ClickButton"
interface CardProps{
title: string;
description?: string;
textImage: string;
textImage?: string;
image?: string;
route: string;
}
Expand Down

0 comments on commit d4bc35b

Please sign in to comment.