Skip to content

Commit

Permalink
Clarified Sweep info on leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Myers committed May 9, 2024
1 parent 887a708 commit 4d9a719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Leaderboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ export default function Leaderboard(props): JSX.Element {
</tr>
<tr>
<td>3</td>
<td>Sweep</td>
<td><a href="https://github.com/sweepai/sweep">Sweep</a></td>
<td>15.7%</td>
<td>-</td>
<td>Reported<br/>(10% sample)</td>
{ compact || <td>Sweep AI</td> }
{ compact || <td>Proprietary</td> }
{ compact || <td>Proprietary<br/>(Source Available)</td> }
</tr>
<tr>
<td>4</td>
Expand Down Expand Up @@ -67,6 +67,6 @@ export default function Leaderboard(props): JSX.Element {
{ compact || <td>Proprietary</td> }
</tr>
</table>
<p><i>Last updated: 2024-05-07</i></p>
<p><i>Last updated: 2024-05-09</i></p>
</div>)
}

0 comments on commit 4d9a719

Please sign in to comment.