fix issue with important message being empty

This commit is contained in:
Brandon Egger
2023-06-06 22:43:04 -05:00
parent 54701726cd
commit 31a6d18b4a
3 changed files with 48 additions and 12 deletions

View File

@ -56,7 +56,7 @@ export async function getStaticProps(
};
}
const PlatformLinkButton = ({
export const PlatformLinkButton = ({
platformLink,
}: {
platformLink: PlatformLink;