Skip to content

Commit

Permalink
Updated for v9.0.0 - Expresso (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanwards authored Nov 17, 2023
1 parent 66ebff5 commit 962dd81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const NewSection = () => {
new Date(b.publish_date).getTime() - new Date(a.publish_date).getTime()
)[0];

const igniteReleaseVersion = "v8.8.7";
const igniteReleaseDate = moment("2023-08-07").diff(moment(), "days") * -1;
const igniteReleaseVersion = "v9.0.0";
const igniteReleaseDate = moment("2023-11-16").diff(moment(), "days") * -1;

return (
<div className={styles.newSection}>
Expand All @@ -55,7 +55,7 @@ const NewSection = () => {
</div>
<div className={styles.notificationSection}>
<p className={styles.notificationTagText}>Releases</p>
<h3 className={styles.notificationTitle}>Ignite Maverick</h3>
<h3 className={styles.notificationTitle}>Ignite Exp[ress]o ☕️</h3>
<p className={styles.notificationDate}>
{igniteReleaseDate > 0 ? (
<>
Expand Down

0 comments on commit 962dd81

Please sign in to comment.