Skip to content

🐞[Bug]: Podcast Page “No Podcasts Found” and Suggestion Text Displayed on Single Line #1073

@kanishka-commits

Description

@kanishka-commits

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

On the Podcast page, when a search returns no matching podcasts, two messages are shown:

  1. "No podcasts found"
  2. "Try adjusting your search..."

Currently, these messages appear on a single line, making them hard to read. They should be displayed on two separate lines for better clarity and readability.

Steps to Reproduce:

  1. Navigate to the Podcast page.
  2. Enter a search term that has no matching results.
  3. Observe that both messages appear together on a single line.

Suggested Fix:

  • Wrap each message in its own block element (e.g., <div> or <p>).
  • Add spacing/margin between the two lines to improve readability.

Expected behavior

  • Each message should appear on its own line, stacked vertically.
  • Improve spacing and readability between the two messages.

Add ScreenShots

Image

What browsers are you seeing the problem on?

Chrome

Record

  • I have read the Contributing Guidelines
  • Are you a GSSOC'25 contributor
  • I want to work on this issue

Metadata

Metadata

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions