Skip to content

Commit

Permalink
added search to search button
Browse files Browse the repository at this point in the history
Fixed issue Satyam1923#87
  • Loading branch information
Ajita369 authored May 13, 2024
1 parent cd607f4 commit 700b274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const App = () => {
if (searchQuery !== "") fetchSongData();
}}
>
<img src="/seach.svg" className="w-4 h-4" alt="" />
Search
</button>
</form>
</div>
Expand Down

0 comments on commit 700b274

Please sign in to comment.