From fe7b94ed9c170703fafc5c03f0ca8d4f80aa5736 Mon Sep 17 00:00:00 2001 From: Carter Rabasa Date: Wed, 8 Nov 2023 17:37:44 -0800 Subject: [PATCH] added name to sponsor in data --- app/data/sponsors.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/data/sponsors.json b/app/data/sponsors.json index 1ba7f0c..2a58252 100644 --- a/app/data/sponsors.json +++ b/app/data/sponsors.json @@ -75,6 +75,7 @@ "id": "polaris", "url": "https://getpolaris.ai", "copy": "Polaris is an AI-powered site reliability tool that helps you detect incidents in real-time. Its tiny JavaScript SDK lets you instrument key user workflows to create indicators of reliability and latency. Apply thresholds to your indicators to define performance objectives and be alerted when your app begins to experience degradations.", - "image": "polaris.png" + "image": "polaris.png", + "name": "Polaris" } ] \ No newline at end of file