We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6eead commit b91c80bCopy full SHA for b91c80b
src/lib/components/banner/pageBanner.svelte
@@ -10,7 +10,7 @@
10
* Set the date this banner was updated. At this time, we'll only have one banner.
11
* Note: we can force the banner to be visible on every page load by setting a future date, after which it'll be permanently dismissable.
12
*/
13
- const BANNER_DATE = '2025-03-21';
+ const BANNER_DATE = '2025-03-20';
14
15
function hideBanner() {
16
// update the store to immediately hide the banner
0 commit comments