Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas committed Feb 6, 2023
1 parent 269522a commit 08a8934
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/common/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ const Header = () => {

const Completionist = () => (
<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>
#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>
);

Expand Down

0 comments on commit 08a8934

Please sign in to comment.