Skip to content

Commit 2d78491

Browse files
committed
updates
1 parent 9a258f7 commit 2d78491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

__tests__/Layout/__snapshots__/FirstTimeBanner.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exports[`FirstTimeBanner should show nothing 1`] = `
1818
<div>
1919
You
2020
'
21-
re early to the party - most EthDenver 2023 bounties will be minted on March 23.
21+
re early to the party - most EthDenver 2023 bounties will be minted on March 24.
2222
</div>
2323
<br />
2424
<div>
@@ -71,7 +71,7 @@ exports[`FirstTimeBanner should show the Banner and match DOM Snapshot 1`] = `
7171
<div>
7272
You
7373
'
74-
re early to the party - most EthDenver 2023 bounties will be minted on March 23.
74+
re early to the party - most EthDenver 2023 bounties will be minted on March 24.
7575
</div>
7676
<br />
7777
<div>

components/Layout/FirstTimeBanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const FirstTimeBanner = () => {
1414
Welcome to <span className='font-bold'>OpenQ!</span>
1515
<br />
1616
<br />
17-
<div>You{"'"}re early to the party - most EthDenver 2023 bounties will be minted on March 23.</div>
17+
<div>You{"'"}re early to the party - most EthDenver 2023 bounties will be minted on March 24.</div>
1818
<br />
1919
<div>Some will be minted later as sponsors finalize decisions.</div>
2020
<br />

0 commit comments

Comments
 (0)