Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Fix: 255 Fixed inconsistency in EvalAI description #261

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/auth/auth.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h5><strong><a routerLink="" class="dark-link"><img class="auth-logo"
src="assets/images/evalai-logo.png"></a></strong>
</h5>
<p class="text-med-gray auth-home">Evaluating state of the art in AI!</p>
<p class="text-med-gray auth-home">Evaluating state-of-the-art in AI!</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/home/homemain/homemain.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="home-main-container">
<div class="row centerall top-margin">
<span class="header-tagline fs-18">Evaluating state of the art in AI</span>
<span class="header-tagline fs-18">Evaluating state-of-the-art in AI</span>
</div>
<div class="centerall top-margin">
<span class="header-description">EvalAI is an open-source web platform for organizing and participating in AI challenges</span>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/nav/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">EvalAI</h5>
<p class="text-light-gray">Evaluating state of the art in AI</p>
<p class="text-light-gray">Evaluating state-of-the-art in AI</p>
<ul class="inline-list">
<li><a class="text-light-gray" href="https://github.com/Cloud-CV/EvalAI" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a class="text-light-gray" href="https://twitter.com/project_cloudcv" target="_blank"><i class="fa fa-twitter"></i></a></li>
Expand Down