Skip to content

Commit

Permalink
fix(App.js): change image source filename case
Browse files Browse the repository at this point in the history
  • Loading branch information
voidful committed Feb 15, 2024
1 parent 8d63a34 commit d4ad28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function App() {
<div className="landing-page">
<Card title="Welcome to Codec Superb!">
<p>This study introduces Codec-SUPERB, a benchmark for evaluating sound codec models across key tasks, promoting advancements through a community-driven database and in-depth analysis.</p>
<img src="overview.png" alt="Codec Superb Overview" />
<img src="Overview.png" alt="Codec Superb Overview" />
</Card>
<Card>
<h1>Results</h1>
Expand Down

0 comments on commit d4ad28b

Please sign in to comment.