mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2025-08-23 18:23:58 -07:00
update random-quote-machine
This commit is contained in:
@@ -21,20 +21,10 @@ class TweetQuote extends React.Component {
|
||||
);
|
||||
}
|
||||
return (
|
||||
<div className="tweetQuoteContainer">
|
||||
<div className={tweetQuoteClass}>
|
||||
<a
|
||||
href={href}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
id="tweet-quote"
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faTwitter}
|
||||
className={colors[this.props.colorCount]}
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div className={tweetQuoteClass}>
|
||||
<a href={href} target="_blank" rel="noopener noreferrer" id="tweet-quote">
|
||||
<FontAwesomeIcon icon={faTwitter} className={colors[this.props.colorCount]}/>
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user