Skip to content

Commit

Permalink
Added the launch video
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas committed Feb 6, 2023
1 parent 06789c1 commit 269522a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/common/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,15 @@ const Header = () => {
}, [pathName]);

const Completionist = () => (
<div className="activity-timer-banner">#2PlaysAMonth event has been started 🚀.</div>
<div className="activity-timer-banner">
#2PlaysAMonth event has been started 🚀. <a
className="event-link"
href="https://www.stack-stream.com/case/reactplay-2playsamonth-event-launch"
target="_blank"
>
See the Launch Video
</a>
</div>
);

// Renderer callback with condition
Expand Down

0 comments on commit 269522a

Please sign in to comment.