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 a304af1 commit 19de790Copy full SHA for 19de790
components/Layout/FirstTimeBanner.js
@@ -19,6 +19,11 @@ const FirstTimeBanner = () => {
19
<div>EthDenver and team are reviewing all pull request submissions and will verify winners ASAP.</div>
20
<br />
21
<div>Keep an eye on your inbox for updates.</div>
22
+ <br />
23
+ <div>
24
+ The Graph is experiencing intermittent outtages which are effecting OpenQ. Stand by as the Graph fixes the
25
+ issue.
26
+ </div>
27
</div>
28
<div className='flex justify-self-end'>
29
<button onClick={() => updateShowBanner(false)} className='px-4'>
0 commit comments