Skip to content

Commit

Permalink
Fixed typo in InfoModal for Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
taximanli committed Nov 25, 2024
1 parent 9b2a17f commit a10a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/InfoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const InfoModal = ({ isOpen, handleClose }: Props) => {
return (
<BaseModal title="更新情報" isOpen={isOpen} handleClose={handleClose}>
<p className="text-left local-font text-sm text-gray-500 dark:text-gray-300 mb-2">
ツイートとスレッズとのラインほか、今から結果をブルースカイ (Bluesky) に直接投稿できるようになっています。
ツイートとスレッズとラインのほか、今から結果をブルースカイ (Bluesky) に直接投稿できるようになっています。
</p>
<hr className="mt-2 mb-2" />
<p className="text-left local-font text-sm text-rose-500 dark:text-rose-300 mb-2">
Expand Down

0 comments on commit a10a68e

Please sign in to comment.