Skip to content

Commit

Permalink
fix: convert unsplash images to small placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Aug 13, 2024
1 parent 1c4450d commit 55edff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sage-react/lib/Choice/Choice.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { selectArgs } from '../story-support/helpers';
import { SageTokens } from '../configs';
import { Avatar } from '../Avatar';
import { Choice } from './Choice';
import placeholderImg from '../../public/CardPlaceholderLarge.png';
import placeholderImg from '../../public/CardPlaceholderSmall.png';


Check failure on line 8 in packages/sage-react/lib/Choice/Choice.story.jsx

View workflow job for this annotation

GitHub Actions / Lint, Test, Build (16)

More than 1 blank line not allowed

Check failure on line 8 in packages/sage-react/lib/Choice/Choice.story.jsx

View workflow job for this annotation

GitHub Actions / Lint, Test, Build (18)

More than 1 blank line not allowed

Check failure on line 8 in packages/sage-react/lib/Choice/Choice.story.jsx

View workflow job for this annotation

GitHub Actions / Lint, Test, Build (20)

More than 1 blank line not allowed
// Default Sandbox
Expand Down Expand Up @@ -140,7 +140,7 @@ export const Arrow = () => (
export const LinkText = () => (
<div style={{ maxWidth: '100%', display: 'flex' }}>
<Choice
graphic="https://sage.kajabi.com/assets/card-placeholder-sm-2e328163eacc10ed2c294b9059c802257b4e80881a81f5a47a47f38d1a481f2e.png"
graphic={placeholderImg}
href="https://example.com"
linkText="Sign In"
text="Option 1"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55edff9

Please sign in to comment.