We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b5912 commit d860d79Copy full SHA for d860d79
src/components/Educationals/EduCard.js
@@ -62,7 +62,7 @@ const EduCard = ({
62
<a href={githubUrl} className="btn btn-primary">
63
<BsGithub /> GitHub
64
</a>
65
- )},
+ )}
66
{personalUrl && (
67
<a href={personalUrl} className="btn btn-primary">
68
<BsPersonBadge /> Speaker
0 commit comments