Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add r4-icon #105

Merged
merged 2 commits into from
Oct 14, 2023
Merged

add r4-icon #105

merged 2 commits into from
Oct 14, 2023

Conversation

4www
Copy link
Contributor

@4www 4www commented Oct 12, 2023

No description provided.

@netlify
Copy link

netlify bot commented Oct 12, 2023

Deploy Preview for radio4000-components ready!

Name Link
🔨 Latest commit ccc0532
🔍 Latest deploy log https://app.netlify.com/sites/radio4000-components/deploys/652a535f392b9a0008d0ba5b
😎 Deploy Preview https://deploy-preview-105--radio4000-components.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 site configuration.

Comment on lines 22 to 25
const $icon = document.createElement('span')
$icon.setAttribute('title', `${this.name} icon`)
$icon.innerText = this.icon
this.append($icon)
Copy link
Contributor

@oskarrough oskarrough Oct 12, 2023

Choose a reason for hiding this comment

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

What if we just put it directly inside , or why the span?

this.innerText = this.icon

@4www 4www merged commit c4e4669 into main Oct 14, 2023
4 checks passed
@4www 4www deleted the feat/r4-icon branch October 14, 2023 08:38
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.

None yet

2 participants