Skip to content

Commit

Permalink
fix: remove message
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Nov 4, 2024
1 parent e895453 commit 2ad7fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CookieAndTermBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { AppRoutes } from '@/config/routes'
const COOKIE_AND_TERM_WARNING: Record<CookieAndTermType, string> = {
[CookieAndTermType.TERMS]: '',
[CookieAndTermType.NECESSARY]: '',
[CookieAndTermType.UPDATES]: `You attempted to open the "What's new" section but need to accept the "Beamer" cookies first.`,
[CookieAndTermType.UPDATES]: '',
[CookieAndTermType.ANALYTICS]: '',
}

Expand Down

0 comments on commit 2ad7fb3

Please sign in to comment.