We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e2b8e commit 2b566a6Copy full SHA for 2b566a6
src/browsers/base/TopBar.tsx
@@ -244,6 +244,16 @@ const TopBar = ({
244
</CenterHorizontal>
245
</Banner>
246
)}
247
+ {datasetId === 'BipEx' && (
248
+ <Banner>
249
+ <CenterHorizontal>
250
+ <p>
251
+ Have feedback? Fill out our{' '}
252
+ <ExternalLink href="https://forms.gle/VcF8AjgnD9q7eFVw6">BipEx 2 Demo Google Form</ExternalLink>
253
+ </p>
254
+ </CenterHorizontal>
255
+ </Banner>
256
+ )}
257
</>
258
)
259
}
0 commit comments