Skip to content

minor: Fix the join page icon classes - #282

Merged
muskanhashim merged 2 commits into
mainfrom
join-icon-classes
Aug 27, 2026
Merged

minor: Fix the join page icon classes#282
muskanhashim merged 2 commits into
mainfrom
join-icon-classes

Conversation

@muskanhashim

Copy link
Copy Markdown
Contributor

The icon class was concatenated onto card-title without a separator, so every card rendered class="card-titlebi-github" and neither class applied. This is why no icons showed, and why the X card looked empty: its label comes entirely from .i-xcom::before.

The icon class was concatenated onto card-title without a separator, so
every card rendered class="card-titlebi-github" and neither class applied.
This is why no icons showed, and why the X card looked empty: its label
comes entirely from .i-xcom::before.
@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for jade-cajeta-1bcca0 ready!

Name Link
🔨 Latest commit 1d6ed57
🔍 Latest deploy log https://app.netlify.com/projects/jade-cajeta-1bcca0/deploys/6a903233b3f4d20008c9cb00
😎 Deploy Preview https://deploy-preview-282--jade-cajeta-1bcca0.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.

@muskanhashim muskanhashim changed the title Fix the join page icon classes minor: Fix the join page icon classes Aug 27, 2026
@muskanhashim
muskanhashim merged commit 6d334df into main Aug 27, 2026
6 checks passed
@muskanhashim
muskanhashim deleted the join-icon-classes branch August 27, 2026 12:49
muskanhashim added a commit that referenced this pull request Aug 27, 2026
The icon class was concatenated onto card-title with no separator, so every
card rendered class="card-titlebi-github" and neither class applied. That is
why the page shows no icons, and why the X card looks empty: its label comes
entirely from .i-xcom::before, with title deliberately blank.

Adding a space does not survive CI - prettier-plugin-go-template collapses
whitespace between template actions in an attribute, which is what reverted
#282 and left that merge empty. The icon class now sits on its own span, so
there is no combined attribute to format.
muskanhashim added a commit that referenced this pull request Aug 27, 2026
The icon class was concatenated onto card-title with no separator, so every
card rendered class="card-titlebi-github" and neither class applied. That is
why the page shows no icons, and why the X card looks empty: its label comes
entirely from .i-xcom::before, with title deliberately blank.

Adding a space does not survive CI - prettier-plugin-go-template collapses
whitespace between template actions in an attribute, which is what reverted
#282 and left that merge empty. The icon class now sits on its own span, so
there is no combined attribute to format.
@muskanhashim

Copy link
Copy Markdown
Contributor Author

pre-commit.ci reverted the change in 1d6ed57 before the squash so nothing landed. fixed in #284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant