Skip to content

Commit

Permalink
Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
golozubov committed Jul 10, 2024
1 parent 33a34c9 commit bfccfee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/settings/forms/notifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ export default function NotificationsForm() {
<section className={settingsStyles.formSection}>
<h4 id="telegram-bot">Telegram notifications</h4>
<p>You can use our Telegram bot to receive notifications and send replies:</p>
<p><a href="https://t.me/FreeFeedTgBot" target="_blank">@FreeFeedTgBot</a></p>
<p>
<a href="https://t.me/FreeFeedTgBot" target="_blank">
@FreeFeedTgBot
</a>
</p>
</section>



<section className={settingsStyles.formSection}>
<h4 id="email-me">Email me:</h4>

Expand Down

0 comments on commit bfccfee

Please sign in to comment.