diff --git a/public/index.html b/public/index.html index 6f6a70363..76cb715c9 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@
+ diff --git a/src/components/githubRepoCard/GithubRepoCard.js b/src/components/githubRepoCard/GithubRepoCard.js index d130464c7..117714c44 100644 --- a/src/components/githubRepoCard/GithubRepoCard.js +++ b/src/components/githubRepoCard/GithubRepoCard.js @@ -4,15 +4,9 @@ import "./GithubRepoCard.css"; import { Fade } from "react-reveal"; export default function GithubRepoCard({ repo, theme }) { - function openRepoinNewTab(url) { - var win = window.open(url, "_blank"); - win.focus(); - } - return (+ {repo.description} +
+
-
-