Skip to content

Commit 26d0c9b

Browse files
committed
feat: update handle
1 parent af28987 commit 26d0c9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ npm install bsky-widget@latest --save
5656
```jsx
5757
import "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

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>
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>

0 commit comments

Comments
 (0)