globalbrain / sefirot

Global Brain Design System.
https://sefirot.globalbrains.com
MIT License
151 stars 12 forks source link

fix(desc): show non-image avatar correctly #460

Closed NozomuIkuta closed 7 months ago

NozomuIkuta commented 7 months ago

Fix #458

I found SDescAvatar shows avatar only when it's truthy, which is different from how SAvatar works. So I removed if-condition for SAvatar to have a control on what to show: image or initial of name.

@kiaking

If this is intended, please let me know and close this PR.

netlify[bot] commented 7 months ago

Deploy Preview for sefirot-docs ready!

Name Link
Latest commit 7f56a46d8886a760264df86ddc183019a4f634b7
Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/65b9d76265b05e0008f425ae
Deploy Preview https://deploy-preview-460--sefirot-docs.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.

netlify[bot] commented 7 months ago

Deploy Preview for sefirot-story ready!

Name Link
Latest commit 7f56a46d8886a760264df86ddc183019a4f634b7
Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/65b9d76238d8bd000840de17
Deploy Preview https://deploy-preview-460--sefirot-story.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.

kiaking commented 7 months ago

Ahhh good catch! thansk!