Skip to content

Commit 527646f

Browse files
fix: Match the skeleton loader with the card structure
1 parent acca131 commit 527646f

File tree

5 files changed

+1664
-1204
lines changed

5 files changed

+1664
-1204
lines changed

example/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const root = ReactDOM.createRoot(
1010
root.render(
1111
<SirenProvider
1212
config={{
13-
userToken: 'fb928b226c5b47b7810171acbe2dbad2',
14-
recipientId: '6b6027be-7882-4eca-9cc7-080a06798c71'
13+
userToken: 'YOUR_USER_TOKEN_HERE',
14+
recipientId: 'YOUR_RECIPIENT_ID'
1515
}}
1616
>
1717
<App />

0 commit comments

Comments
 (0)