Skip to content

Commit b91c80b

Browse files
authoredMar 20, 2025··
fix: banner date
1 parent 8c6eead commit b91c80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/components/banner/pageBanner.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Set the date this banner was updated. At this time, we'll only have one banner.
1111
* 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.
1212
*/
13-
const BANNER_DATE = '2025-03-21';
13+
const BANNER_DATE = '2025-03-20';
1414
1515
function hideBanner() {
1616
// update the store to immediately hide the banner

0 commit comments

Comments
 (0)
Please sign in to comment.