Skip to content

Commit

Permalink
feat: minor changes to footer info
Browse files Browse the repository at this point in the history
  • Loading branch information
amrsalama committed Oct 25, 2021
1 parent 9bf2bd3 commit fc8e3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Footer extends React.Component {
<img src={icpcSCU} alt="Assiut ICPC Community" />
</div>
<div className="desc">
<p>Board is Made and Maintained by</p>
<p>Board is made and maintained by</p>
<p>@Suez Canal University ICPC Community</p>
</div>
</a>
Expand All @@ -25,7 +25,7 @@ class Footer extends React.Component {
<img src={icpcAssiut} alt="Assiut ICPC Community" />
</div>
<div className="desc">
<p>Sheets are Written and Tested and Maintained by</p>
<p>Sheets are written, tested, and maintained by</p>
<p>
@Assiut University ICPC Community
<span role="img" aria-label="" style={{ color: 'red', marginLeft: 5 }}>
Expand Down

0 comments on commit fc8e3c4

Please sign in to comment.