File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ npm install bsky-widget@latest --save
5656``` jsx
5757import " bsky-widget" ;
5858
59- < bsky- widget data- handle= " saurabhd.bsky.social " >< / bsky- widget> ;
59+ < bsky- widget data- handle= " srbh.dev " >< / bsky- widget> ;
6060```
6161
6262## Props
6363
6464| Prop | Description | Example value |
6565| :-------------------- | :------------------------------------------------------------- | :-------------------------- |
66- | data-handle | handle of your bluesky account | "saurabhd.bsky.social " |
66+ | data-handle | handle of your bluesky account | "srbh.dev " |
6767| data-show-description | hide / show your description / bio from profile | "true" (default) or "false" |
6868| data-show-banner | hide / show your banner (only applicable if you have a banner) | "true" (default) or "false" |
6969
Original file line number Diff line number Diff line change 3737 < form id ="generator-form " class ="form-container ">
3838 < div class ="input-container ">
3939 < label for ="handle "> Handle</ label >
40- < input name ="handle " placeholder ="saurabhd.bsky.social " value ="saurabhd.bsky.social " type ="text "
40+ < input name ="handle " placeholder ="srbh.dev " value ="srbh.dev " type ="text "
4141 id ="handle " />
4242 </ div >
4343
@@ -108,7 +108,7 @@ <h3>In Frameworks</h3>
108108 </ div >
109109
110110 < div class ="footer-line-3 ">
111- Copyright © 2024 < a target ="_blank " href ="https://saurabhd. bsky.social "> Saurabh Daware</ a > .
111+ Copyright © 2024 < a target ="_blank " href ="https://bsky.app/profile/srbh.dev "> Saurabh Daware</ a > .
112112 </ div >
113113
114114 </ footer >
You can’t perform that action at this time.
0 commit comments