Skip to content

Commit

Permalink
modify about
Browse files Browse the repository at this point in the history
  • Loading branch information
root-0101 committed Jun 9, 2024
1 parent 33bb92b commit e98ea83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 0 additions & 17 deletions frontend/src/Component/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,23 +315,6 @@ function Home(props) {
</ul>
</div>
</div>
<div className="contributors-section">
<h2>Faces of Dedication: Our Contributing Heroes</h2>
<div className="contributors-grid">
{contributors.map((contributor) => (
<a
key={contributor.id}
href={contributor.html_url}
target="_blank"
rel="noopener noreferrer"
className="contributor"
>
<img src={contributor.avatar_url} alt={contributor.login} />
<p>{contributor.login}</p>
</a>
))}
</div>
</div>
</div>
);
}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/style/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@

.content-box {
border: 1px solid #8b5cf6;
background-color: #101623;
margin: 20px;
padding: 12px 12px;
border-radius: 12px;
Expand Down

0 comments on commit e98ea83

Please sign in to comment.