fix: update button removal notice duration in ShareOpinionDialog

This commit is contained in:
Bohdan Triapitsyn
2026-07-06 00:45:17 +03:00
parent 81c9e6eaa2
commit 708cd723f7
@@ -31,7 +31,7 @@ What you get:
**This project is what it is because of your feedback. Thank you, genuinely.**
I'll remove this button in two weeks 🙂`;
I'll remove this button in 10 days 🙂`;
export function ShareOpinionDialog({ open, onOpenChange }: ShareOpinionDialogProps): React.ReactNode {
const { t } = useI18n();