Skip to content

Commit

Permalink
feat: update handle
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Nov 18, 2024
1 parent af28987 commit 26d0c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ npm install bsky-widget@latest --save
```jsx
import "bsky-widget";

<bsky-widget data-handle="saurabhd.bsky.social"></bsky-widget>;
<bsky-widget data-handle="srbh.dev"></bsky-widget>;
```

## Props

| Prop | Description | Example value |
| :-------------------- | :------------------------------------------------------------- | :-------------------------- |
| data-handle | handle of your bluesky account | "saurabhd.bsky.social" |
| data-handle | handle of your bluesky account | "srbh.dev" |
| data-show-description | hide / show your description / bio from profile | "true" (default) or "false" |
| data-show-banner | hide / show your banner (only applicable if you have a banner) | "true" (default) or "false" |

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>
<form id="generator-form" class="form-container">
<div class="input-container">
<label for="handle">Handle</label>
<input name="handle" placeholder="saurabhd.bsky.social" value="saurabhd.bsky.social" type="text"
<input name="handle" placeholder="srbh.dev" value="srbh.dev" type="text"
id="handle" />
</div>

Expand Down Expand Up @@ -108,7 +108,7 @@ <h3>In Frameworks</h3>
</div>

<div class="footer-line-3">
Copyright © 2024 <a target="_blank" href="https://saurabhd.bsky.social">Saurabh Daware</a>.
Copyright © 2024 <a target="_blank" href="https://bsky.app/profile/srbh.dev">Saurabh Daware</a>.
</div>

</footer>
Expand Down

0 comments on commit 26d0c9b

Please sign in to comment.