Skip to content

Commit 7007489

Browse files
committed
Add search icon to podcast section filter search bar - Fixes issue #979
1 parent e72fa5e commit 7007489

File tree

2 files changed

+47
-5
lines changed

2 files changed

+47
-5
lines changed

package-lock.json

Lines changed: 46 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/podcasts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export default function Podcasts(): ReactElement {
217217

218218
<div className="podcast-filters">
219219
<div className="filter-search">
220-
<div className="search-icon"></div>
220+
<div className="search-icon">🔍</div>
221221
<input
222222
type="text"
223223
placeholder="Search podcasts..."

0 commit comments

Comments
 (0)