Skip to content

fix: regression with custom icon rendering#3279

Merged
gcushen merged 1 commit into
HugoBlox:mainfrom
olipinski:icon-fix
Oct 21, 2025
Merged

fix: regression with custom icon rendering#3279
gcushen merged 1 commit into
HugoBlox:mainfrom
olipinski:icon-fix

Conversation

@olipinski
Copy link
Copy Markdown
Contributor

Purpose

Fixes #3278. Icons are not rendered properly due to the variable $icon shadowing the outer scope variable of the same name.

@olipinski olipinski requested a review from gcushen as a code owner October 19, 2025 20:27
@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 19, 2025

Deploy Preview for academic-demo canceled.

Name Link
🔨 Latest commit 1c4569a
🔍 Latest deploy log https://app.netlify.com/projects/academic-demo/deploys/68f549c7058868000809fb48

@gcushen gcushen changed the title Fix shadowing outer scope Fix regression with custom icon rendering Oct 21, 2025
@gcushen gcushen merged commit cdee5c8 into HugoBlox:main Oct 21, 2025
12 checks passed
@gcushen gcushen changed the title Fix regression with custom icon rendering fix: regression with custom icon rendering Oct 21, 2025
@gcushen gcushen added the bug label Oct 21, 2025
@gcushen
Copy link
Copy Markdown
Collaborator

gcushen commented Oct 21, 2025

@olipinski thanks for contributing a fix :)

@olipinski olipinski deleted the icon-fix branch October 21, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom icons are not rendered

2 participants