File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
__tests__/Layout/__snapshots__ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments