@@ -20,7 +20,7 @@ exports[`DisplayWork Preview renders correctly 1`] = `
20
20
<div
21
21
className = " my-2"
22
22
>
23
- [object Object]
23
+ [object Object]
24
24
<a
25
25
className = " no-underline text-blue-700"
26
26
href = " https://dummy.com"
@@ -35,7 +35,7 @@ exports[`DisplayWork Preview renders correctly with no link 1`] = `
35
35
<div
36
36
className = " my-2"
37
37
>
38
- [object Object]
38
+ [object Object]
39
39
<b >
40
40
readme-generator
41
41
</b >
@@ -52,7 +52,7 @@ exports[`DisplayWork Preview renders correctly with no project 1`] = `
52
52
<div
53
53
className = " my-2"
54
54
>
55
- [object Object]
55
+ [object Object]
56
56
<a
57
57
className = " no-underline text-blue-700"
58
58
href = " https://dummy.com"
@@ -86,7 +86,7 @@ exports[`GithubProfileTrophy Preview renders correctly with show true 1`] = `
86
86
<div
87
87
className = " text-left my-2"
88
88
>
89
-
89
+
90
90
<a
91
91
href = " https://github.com/ryo-ma/github-profile-trophy"
92
92
>
@@ -95,7 +95,7 @@ exports[`GithubProfileTrophy Preview renders correctly with show true 1`] = `
95
95
src = " https://github-profile-trophy.vercel.app/?username="
96
96
/>
97
97
</a >
98
-
98
+
99
99
</div >
100
100
` ;
101
101
@@ -254,6 +254,7 @@ exports[`Markdown Preview renders correctly 1`] = `
254
254
<SkillsPreview
255
255
skills = { Object {}}
256
256
/>
257
+ <SupportPreview />
257
258
<div
258
259
className = " block sm:flex sm:justify-center sm:items-start"
259
260
>
@@ -287,6 +288,9 @@ exports[`Markdown Preview renders correctly 1`] = `
287
288
}
288
289
show = { false }
289
290
/>
291
+ <StreakStatsPreview
292
+ github = " "
293
+ />
290
294
</div >
291
295
</div >
292
296
` ;
@@ -313,13 +317,13 @@ exports[`Skills Preview renders correctly 1`] = `
313
317
/>
314
318
<a
315
319
href = " https://unity.com/"
320
+ key = " unity"
316
321
rel = " noreferrer"
317
322
target = " _blank"
318
323
>
319
324
<img
320
325
alt = " unity"
321
326
className = " mb-4 mr-4 h-6 w-6 sm:h-10 sm:w-10"
322
- key = " unity"
323
327
src = " https://www.vectorlogo.zone/logos/unity3d/unity3d-icon.svg"
324
328
/>
325
329
</a >
@@ -338,112 +342,112 @@ exports[`Social Preview renders correctly 1`] = `
338
342
/>
339
343
<DisplaySocial
340
344
base = " https://codepen.io"
341
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/codepen.svg"
345
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /codepen.svg"
342
346
username = " dummy"
343
347
/>
344
348
<DisplaySocial
345
349
base = " https://dev.to"
346
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/dev-dot-to .svg"
350
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/devto .svg"
347
351
username = " "
348
352
/>
349
353
<DisplaySocial
350
354
base = " https://twitter.com"
351
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/twitter.svg"
355
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /twitter.svg"
352
356
username = " "
353
357
/>
354
358
<DisplaySocial
355
359
base = " https://linkedin.com/in"
356
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/linkedin .svg"
360
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/linked-in-alt .svg"
357
361
username = " "
358
362
/>
359
363
<DisplaySocial
360
364
base = " https://stackoverflow.com/users"
361
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/stackoverflow .svg"
365
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/stack-overflow .svg"
362
366
username = " "
363
367
/>
364
368
<DisplaySocial
365
369
base = " https://codesandbox.com"
366
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/codesandbox.svg"
370
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /codesandbox.svg"
367
371
username = " "
368
372
/>
369
373
<DisplaySocial
370
374
base = " https://kaggle.com"
371
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/kaggle.svg"
375
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /kaggle.svg"
372
376
username = " "
373
377
/>
374
378
<DisplaySocial
375
379
base = " https://fb.com"
376
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/facebook.svg"
380
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /facebook.svg"
377
381
username = " "
378
382
/>
379
383
<DisplaySocial
380
384
base = " https://instagram.com"
381
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/instagram.svg"
385
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /instagram.svg"
382
386
username = " "
383
387
/>
384
388
<DisplaySocial
385
389
base = " https://dribbble.com"
386
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/dribbble.svg"
390
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /dribbble.svg"
387
391
username = " "
388
392
/>
389
393
<DisplaySocial
390
394
base = " https://www.behance.net"
391
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/behance.svg"
395
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /behance.svg"
392
396
username = " "
393
397
/>
394
398
<DisplaySocial
395
399
base = " https://medium.com"
396
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/medium.svg"
400
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /medium.svg"
397
401
username = " "
398
402
/>
399
403
<DisplaySocial
400
404
base = " https://www.youtube.com/c"
401
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/youtube.svg"
405
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /youtube.svg"
402
406
username = " "
403
407
/>
404
408
<DisplaySocial
405
409
base = " https://www.codechef.com/users"
406
- icon = " https://cdn.jsdelivr.net/npm/simple-icons@3.0.1 /icons/codechef.svg"
410
+ icon = " https://cdn.jsdelivr.net/npm/simple-icons@3.1.0 /icons/codechef.svg"
407
411
username = " "
408
412
/>
409
413
<DisplaySocial
410
- base = " https://codeforces. com/profile "
411
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/codeforces .svg"
414
+ base = " https://www.hackerrank. com"
415
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/hackerrank .svg"
412
416
username = " "
413
417
/>
414
418
<DisplaySocial
415
- base = " https://www.hackerrank. com"
416
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/hackerrank .svg"
419
+ base = " https://codeforces. com/profile "
420
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/codeforces .svg"
417
421
username = " "
418
422
/>
419
423
<DisplaySocial
420
- base = " https://auth.geeksforgeeks.org/user "
421
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/geeksforgeeks .svg"
424
+ base = " https://www.leetcode.com "
425
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/leet-code .svg"
422
426
username = " "
423
427
/>
424
428
<DisplaySocial
425
429
base = " https://www.hackerearth.com"
426
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/hackerearth.svg"
430
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /hackerearth.svg"
427
431
username = " "
428
432
/>
429
433
<DisplaySocial
430
- base = " https://www.topcoder.com/members "
431
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/topcoder .svg"
434
+ base = " https://auth.geeksforgeeks.org/user "
435
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/geeks-for-geeks .svg"
432
436
username = " "
433
437
/>
434
438
<DisplaySocial
435
- base = " https://www.leetcode .com"
436
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/leetcode .svg"
439
+ base = " https://www.topcoder .com/members "
440
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social/topcoder .svg"
437
441
username = " "
438
442
/>
439
443
<DisplaySocial
440
444
base = " https://discord.gg"
441
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/discord.svg"
445
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /discord.svg"
442
446
username = " "
443
447
/>
444
448
<DisplaySocial
445
449
base = " "
446
- icon = " https://cdn.jsdelivr.net/npm/[email protected] / icons/rss.svg"
450
+ icon = " https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/ icons/Social /rss.svg"
447
451
username = " "
448
452
/>
449
453
</div >
@@ -498,7 +502,7 @@ exports[`TwitterBadgePreview Preview renders correctly with show true 1`] = `
498
502
<div
499
503
className = " text-left my-2"
500
504
>
501
-
505
+
502
506
<a
503
507
href = " https://twitter.com/\${props.twitter}"
504
508
target = " blank"
@@ -509,7 +513,7 @@ exports[`TwitterBadgePreview Preview renders correctly with show true 1`] = `
509
513
src = " https://img.shields.io/twitter/follow/?logo=twitter& style=for-the-badge"
510
514
/>
511
515
</a >
512
-
516
+
513
517
</div >
514
518
` ;
515
519
@@ -519,13 +523,13 @@ exports[`VisitorsBadge Preview renders correctly with show true 1`] = `
519
523
<div
520
524
className = " text-left my-2"
521
525
>
522
-
526
+
523
527
<img
524
528
alt = " "
525
529
className = " h-4 sm:h-6"
526
530
src = " https://komarev.com/ghpvc/?username=& label=Profile%20views& color=0e75b6& style=flat"
527
531
/>
528
-
532
+
529
533
</div >
530
534
` ;
531
535
0 commit comments