You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ui/src/components/PrereleaseNotice.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ export default function PrereleaseNotice() {
7
7
8
8
return(
9
9
<ButterBar
10
-
dismissKey={`${app}-prerelease-notice-dismissed`}
10
+
dismissKey={`prerelease-notice-dismissed`}
11
11
message={`Reminder: you are using a Beta version of ${app}. Everything you write or create, including groups and messages, will be deleted prior to official launch.`}
0 commit comments