We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784e02e commit d7111c5Copy full SHA for d7111c5
.changeset/honest-areas-care.md
@@ -0,0 +1,5 @@
1
+---
2
+'@foxui/social': patch
3
4
+
5
+another small bsky post fix :/
packages/social/src/lib/components/bluesky-post/BlueskyPost.svelte
@@ -39,6 +39,7 @@
39
<a
40
class="text-accent-700 dark:text-accent-400 hover:text-accent-600 dark:hover:text-accent-500 accent:text-accent-900 accent:hover:text-accent-800"
41
href={postData?.href}
42
+ target="_blank"
43
>
44
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="size-4" viewBox="0 0 600 530">
45
<path
0 commit comments