Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added A Home page section for Twitter mentions #377

Merged
merged 15 commits into from
Jul 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed BG from tweet-section and updated the title
  • Loading branch information
Anirban-1490 committed Jul 21, 2022
commit 8efa137cbb230ddac84b9b172a45d6f928ac27eb
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