Skip to content

Commit

Permalink
fix: minor typos in grower page
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-rice committed Apr 10, 2024
1 parent 1570076 commit 7b367d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/growers/[growerid].js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ export default function Grower(props) {
))}
</Box>
<Divider
varian="fullwidth"
variant="fullwidth"
sx={{
mt: [10, 20],
}}
Expand All @@ -476,7 +476,7 @@ export default function Grower(props) {
/>
</Typography>
<Divider
varian="fullwidth"
variant="fullwidth"
sx={{
mt: [10, 20],
}}
Expand Down

0 comments on commit 7b367d4

Please sign in to comment.