diff --git a/components/WipCallout.tsx b/components/WipCallout.tsx index 418646488..9ccd2b014 100644 --- a/components/WipCallout.tsx +++ b/components/WipCallout.tsx @@ -37,3 +37,24 @@ export function WipCallout({ context }: Props): ReactElement { ); } + +export function InfoCallout({ context }: Props): ReactElement { + return ( +
+ We recommend checking back + regularly for the most up-to-date information. +
+