Skip to content

Commit

Permalink
Merge pull request #351 from DistributedCollective/development
Browse files Browse the repository at this point in the history
Banner upgrade
  • Loading branch information
creed-victor authored Feb 3, 2021
2 parents 3356d56 + b2ce20f commit 060204b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/components/PreOrderBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
*
*/
import React from 'react';
import { Link } from 'react-router-dom';
import styles from './index.module.css';

export function PreOrderBanner() {
return (
<div className="row mb-5">
<Link to="/genesis" className={styles.banner}>
<a
href="https://token.sovryn.app"
className={styles.banner}
rel="noreferrer noopener"
target="_blank"
>
<span className="sr-only">Join Wait-list</span>
</Link>
</a>
</div>
);
}

1 comment on commit 060204b

@vercel
Copy link

@vercel vercel bot commented on 060204b Feb 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.