We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fd1dc commit 50a4332Copy full SHA for 50a4332
src/templates/event.tsx
@@ -17,6 +17,7 @@ import {
17
} from "@chakra-ui/react"
18
19
import ButtonLink from "../components/ButtonLink"
20
+import InfoBanner from "../components/InfoBanner"
21
import Link from "../components/Link"
22
import ExpandableCard from "../components/ExpandableCard"
23
import PageMetadata from "../components/PageMetadata"
@@ -143,6 +144,7 @@ const components = {
143
144
li: chakra.li,
145
pre: Pre,
146
ExpandableCard,
147
+ InfoBanner,
148
}
149
150
const HeroImage = chakra(GatsbyImage, {
0 commit comments