Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 03b9191

Browse files
Changed date to the 19th
1 parent 51ac2a9 commit 03b9191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/js/content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const config = require('../json/config.json');
33
// ---------------------------------------------------- Get Storage //
44
function getLocalStorageValue() {
55
const todaysDate = new Date();
6-
const endDate = new Date('2023-02-20');
6+
const endDate = new Date('2023-02-19');
77

88
// Stop redirecting after end date //
99
if (todaysDate > endDate) {
@@ -180,7 +180,7 @@ text-transform: uppercase;
180180
</p>
181181
182182
<p style="margin-bottom: 1.5em;">
183-
As a reminder, you will want to remove the Amazon Smile Redirect extension from your browser after this date. I have also set the extension to no longer redirect after February 20, 2023 to avoid any issues. If anything changes, I will update this extension to reflect that.
183+
As a reminder, you will want to remove the Amazon Smile Redirect extension from your browser after this date. I have also set the extension to no longer redirect after February 19, 2023 to avoid any issues. If anything changes, I will update this extension to reflect that.
184184
</p>
185185
186186
<p style="margin-bottom: 2.5em;">

0 commit comments

Comments
 (0)