Support custom text in notify button

This commit is contained in:
Gabe Kangas
2022-10-09 14:45:42 -07:00
parent b973fbc2c0
commit 7788fe3327
2 changed files with 4 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ export const OfflineBanner: FC<OfflineBannerProps> = ({
<div className={styles.footer}>
{fediverseAccount && <FollowButton />}
{notificationsEnabled && <NotifyButton onClick={onNotifyClick} />}
{notificationsEnabled && <NotifyButton text="Notify when live" onClick={onNotifyClick} />}
</div>
</div>
</div>