Skip to content

feat: Avatar component#104

Draft
daBack wants to merge 1 commit intomainfrom
10-avatar
Draft

feat: Avatar component#104
daBack wants to merge 1 commit intomainfrom
10-avatar

Conversation

@daBack
Copy link
Contributor

@daBack daBack commented Mar 15, 2026

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Mar 15, 2026

⚠️ No Changeset found

Latest commit: 18a7923

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Mar 15, 2026

Deploy Preview for scouterna-ui ready!

Name Link
🔨 Latest commit 18a7923
🔍 Latest deploy log https://app.netlify.com/projects/scouterna-ui/deploys/69b7002fac7e220008f66093
😎 Deploy Preview https://deploy-preview-104--scouterna-ui.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.


render() {

const fallback = getAssetPath('fallbackImage.png');
Copy link
Member

Choose a reason for hiding this comment

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

Could it maybe be this simple?

https://stenciljs.com/docs/assets#assetsdirs

Suggested change
const fallback = getAssetPath('fallbackImage.png');
const fallback = getAssetPath('./assets/fallbackImage.png');

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.

2 participants