Skip to content

fix: correct tailwind padding class from pyb-6 to pb-6#5064

Open
avinashankur wants to merge 1 commit intoasyncapi:masterfrom
avinashankur:fix-typo-tailwind-classname
Open

fix: correct tailwind padding class from pyb-6 to pb-6#5064
avinashankur wants to merge 1 commit intoasyncapi:masterfrom
avinashankur:fix-typo-tailwind-classname

Conversation

@avinashankur
Copy link

@avinashankur avinashankur commented Feb 2, 2026

Description
Fix typo in Tailwind className by changing pyb-6 to pb-6 in the affected component.

No related issue. This PR fixes an obvious Tailwind className typo (pyb-6 → pb-6), so I didn't create a separate issue.

Summary by CodeRabbit

  • Bug Fixes
    • Fixed padding styling in the Sponsor section to ensure proper visual layout and alignment.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

📝 Walkthrough

Walkthrough

A single-character typo in a CSS class name was corrected on the Sponsor section container, changing pyb-6 to pb-6 to properly apply padding styling.

Changes

Cohort / File(s) Summary
Styling Typo Fix
pages/[lang]/index.tsx
Corrected className typo from pyb-6 to pb-6 on Sponsor section container for proper padding application.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

A typo caught and swiftly mended, 🐰
One letter fixed, the style extended,
From pyb to pb, the padding flows,
Through the Sponsor section it goes! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Title check ✅ Passed The title accurately describes the main change: correcting a Tailwind padding class typo from 'pyb-6' to 'pb-6', which matches the single-line modification in the pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Feb 2, 2026

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 8cc5d15
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/69808247bf97c40009996d88
😎 Deploy Preview https://deploy-preview-5064--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (229d0b9) to head (8cc5d15).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #5064   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          796       796           
  Branches       146       146           
=========================================
  Hits           796       796           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@asyncapi-bot
Copy link
Contributor

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 38
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-5064--asyncapi-website.netlify.app/

@avinashankur avinashankur changed the title fix: correct tailwind padding class from pyb-6 to py-6 fix: correct tailwind padding class from pyb-6 to pb-6 Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Be Triaged

Development

Successfully merging this pull request may close these issues.

2 participants

Comments