Skip to content

Commit

Permalink
Add blank space in the text
Browse files Browse the repository at this point in the history
  • Loading branch information
Mildred14 committed Dec 13, 2024
1 parent 44830ac commit e7b9668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkExperience/WorkExperience.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const WorkExperience = () => {
return (
<div className="work-experience--wrap">
{displayExperience()}
<h2 className="github">No worries, there's more in<a href="https://github.com/Mildred14" target="_blank" rel="noopener" className="github-link">GitHub</a></h2>
<h2 className="github">No worries, there's more in <a href="https://github.com/Mildred14" target="_blank" rel="noopener" className="github-link">GitHub</a></h2>
</div>
)
}

0 comments on commit e7b9668

Please sign in to comment.