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 unused codes
  • Loading branch information
Anirban-1490 committed Jul 22, 2022
commit fa29019f04ad7a8e4ef2aa57a6298318ba1ed227
4 changes: 2 additions & 2 deletions src/common/home/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useEffect, useContext, useMemo,useRef, useCallback } from "react";
import { useState, useEffect, useContext} from "react";
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for correcting it. COuld you please retain the space before the closing } as it was before?

@Anirban-1490

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for correcting it. COuld you please retain the space before the closing } as it was before?

@Anirban-1490

ok

import useFetch from "common/hooks/useFetch";
import { Link } from "react-router-dom";
import "./home.css";
Expand All @@ -16,7 +16,7 @@ import ExtendedFooter from "common/footer/ExtendedFooter";
import { SearchContext } from "common/search/search-context";
import { Tweet } from "react-twitter-widgets";
import Spinner from "../spinner/spinner"
import tweetBg from "../../images/group-1825510_1280.jpg"




Expand Down