Skip to content

Commit

Permalink
chore: remove anul plans
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Aug 20, 2024
1 parent a968024 commit 1deb828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next/pages/precos.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export function SectionPrice() {
gridGap="40px"
>
<Box
display="flex"
display="none"
width="100%"
flexDirection="row"
justifyContent="center"
Expand Down
2 changes: 1 addition & 1 deletion next/pages/user/[username].js
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ const PlansAndPayment = ({ userData }) => {
gridGap="40px"
>
<Box
display="flex"
display="none"
width="100%"
flexDirection="row"
justifyContent="center"
Expand Down

0 comments on commit 1deb828

Please sign in to comment.