From b7a8a6503678b673fa985f607317d8e5f3aebee3 Mon Sep 17 00:00:00 2001 From: Gillian Minnehan <41022382+gminn@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:27:11 -0400 Subject: [PATCH] chore: add launch week banner (#477) 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 launch week webpage 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 000000000..f2f347163 --- /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