Skip to content

Commit

Permalink
Merge pull request #2 from Yeab-Ad/main
Browse files Browse the repository at this point in the history
link changed
  • Loading branch information
Yeab-Ad authored Jun 10, 2023
2 parents 5921087 + 5fc4bb8 commit 609e4a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,11 @@ display: flex;
z-index: 111111;
}

.github, .website {
.github a, .website a{
display: flex;
align-items: center;
margin-right: 10px;
color: black;
}

.github img, .website img {
Expand Down
6 changes: 3 additions & 3 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ ReactDOM.render(
<div className="github">
<a href="https://github.com/Yeab-Ad" target="_blank">
<img src="src\assets\github-icon.png" alt="GitHub Icon" />
<p>Yeab-Ad</p>
</a>
<p>Yeab-Ad</p>
</div>
<div className="website">
<a href="https://yeabsiraofficial.netlify.app" target="_blank">
<a href="https://yeabsiras.netlify.app" target="_blank">
<img src="src\assets\U.svg" alt="Website Icon" />
<p>Website</p>
</a>
<p>Website</p>
</div>
</div>
</footer>
Expand Down

0 comments on commit 609e4a2

Please sign in to comment.