Skip to content

Commit

Permalink
Change twitter username
Browse files Browse the repository at this point in the history
  • Loading branch information
tinarskii committed Jan 23, 2022
1 parent b774858 commit e4fe253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/SocialButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<div class="absolute bottom-0 right-0 p-3 flex flex-row gap-2">
<Reddit class="share-button" {title} {url} />
<Facebook class="share-button" quote="{title}" {url} />
<Twitter class="share-button" text="{title}" {url} hashtags="svelte,quotes" via="username" />
<Twitter class="share-button" text="{title}" {url} hashtags="svelte,quotes" via="tinvv" />
<Line class="share-button" {url} />
</div>

0 comments on commit e4fe253

Please sign in to comment.