From 6b384348aae4afc4d16c9f229b3a2d6a7c1182d1 Mon Sep 17 00:00:00 2001 From: Gillian Minnehan Date: Fri, 7 Jun 2024 13:29:27 -0400 Subject: [PATCH] chore: add launch week banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Summary Launch week is June 24th - 28th 🎉 . This commit adds a banner with the invite link. ### Test Plan Visual check + link check. --- _data/notifications.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _data/notifications.yml diff --git a/_data/notifications.yml b/_data/notifications.yml new file mode 100644 index 00000000..f2f34716 --- /dev/null +++ b/_data/notifications.yml @@ -0,0 +1,5 @@ +Notification Banner: + background: "#141845" + textcolor: "#fff" + description: | + Memfault's Upcoming Launch Week - Product Analytics | June 24th - 28th Join us! \ No newline at end of file