Skip to content

Commit

Permalink
Merge pull request #212 from GTBitsOfGood/es/207-visible-tags
Browse files Browse the repository at this point in the history
es/207 visible tags
  • Loading branch information
avayedawadi authored Oct 21, 2023
2 parents db18339 + 84340c2 commit 8bbe210
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/StandardCard/StandardCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const StandardCard = ({ card, cards, setCards, ...props }) => {
mb="0.5"
display="flex"
justifyContent="space-between"
height="5%"
width="100%"
align="stretch"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export async function getStaticProps({ params }) {
primaryCategory: capitalizeAndRemoveDash(params.primaryCategory),
params,
},
revalidate:10,
revalidate: 10,
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/library/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function getStaticProps() {
props: {
initialBuildingTypes: JSON.parse(JSON.stringify(buildingTypes)),
},
revalidate: 10
revalidate: 10,
};
}

Expand Down

1 comment on commit 8bbe210

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for southface ready!

✅ Preview
https://southface-iv77dc8c9-bitsofgood.vercel.app

Built with commit 8bbe210.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.