update img tags and correct deploy
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-10 09:52:42 +01:00
parent d930de2081
commit 26676ab4e9
6 changed files with 53 additions and 26 deletions
+13 -12
View File
@@ -16,22 +16,23 @@ export function GitGallery(props) {
name={repo.name}
description={repo.description}
avatarUrl={repo.avatar_url}
key={repo.full_name}
/>
);
});
props.publicGithubRepos.forEach((repo) => {
links.push(
<ProjectCard
classNames={styles.card_github}
url={repo.html_url}
fullName={repo.full_name}
name={repo.name}
description={repo.description}
avatarUrl={repo.avatar_url}
/>
);
});
// props.publicGithubRepos.forEach((repo) => {
// links.push(
// <ProjectCard
// classNames={styles.card_github}
// url={repo.html_url}
// fullName={repo.full_name}
// name={repo.name}
// description={repo.description}
// avatarUrl={repo.avatar_url}
// />
// );
// });
return (
<div className={styles.cardContainer}>