-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4354c1
commit ae08702
Showing
43 changed files
with
1,852 additions
and
1,576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
import React from 'react' | ||
import copy from "../../data/copy.png" | ||
import twitter from "../../data/twitter.png" | ||
import facebook from "../../data/facebook.png" | ||
import instagram from "../../data/instagram.png" | ||
import classes from "./Referral.module.scss" | ||
import React from "react"; | ||
import copy from "../../data/copy.png"; | ||
import twitter from "../../data/twitter.png"; | ||
import facebook from "../../data/facebook.png"; | ||
import instagram from "../../data/instagram.png"; | ||
import classes from "./Referral.module.scss"; | ||
|
||
export default function Referral() { | ||
return ( | ||
<div className={classes.referral__container}> | ||
<div className={classes.referral__link}> | ||
<h3>Referral Link</h3> | ||
<div className={classes.link}> | ||
<p>https://www.google.com/se...k&oq=</p> | ||
<img src={copy} alt='copy logo' /> | ||
</div> | ||
</div> | ||
<p className={classes.referral__or}>Or</p> | ||
<div className={classes.contact}> | ||
<h4>Share on Social Media</h4> | ||
<div className={classes.socials}> | ||
<img src={facebook} alt='facebook' /> | ||
<img src={instagram} alt='instagram' /> | ||
<img src={twitter} alt='twitter' /> | ||
</div> | ||
</div> | ||
|
||
return ( | ||
<div className={classes.referral__container}> | ||
<div className={classes.referral__link}> | ||
<h3>Referral Link</h3> | ||
<div className={classes.link}> | ||
<p>https://www.google.com/se...k&oq=</p> | ||
<img src={copy} alt="copy logo" /> | ||
</div> | ||
</div> | ||
<p className={classes.referral__or}>Or</p> | ||
<div className={classes.contact}> | ||
<h4>Share on Social Media</h4> | ||
<div className={classes.socials}> | ||
<img src={facebook} alt="facebook" /> | ||
<img src={instagram} alt="instagram" /> | ||
<img src={twitter} alt="twitter" /> | ||
</div> | ||
) | ||
</div> | ||
</div> | ||
); | ||
} |
Oops, something went wrong.