Skip to content

Commit

Permalink
removed BG from tweet-section and updated the title
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirban-1490 committed Jul 21, 2022
1 parent f9d1093 commit 8efa137
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/common/home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ const Home = () => {
</div>
</section>
<section className="home-tweets">
<h3 className="primary-title">
What Our <span>Community</span> Says!
</h3>
<div className="bg-tweet">
<img src={tweetBg} alt="" />
</div>
<h3 className="title-primary">
What Our <strong>
<span>Community</span>
</strong> Says!
</h3>

{
(isLoading) ? <Spinner/> :""
}
Expand Down

0 comments on commit 8efa137

Please sign in to comment.