From 7bda6d3192acfbca0431f957eda5efcc7d6e8111 Mon Sep 17 00:00:00 2001 From: Maxwell Barvian Date: Mon, 23 Dec 2024 23:22:55 -0500 Subject: [PATCH] Fix Intercom logo --- site/src/components/LogoWall/Wall.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/LogoWall/Wall.astro b/site/src/components/LogoWall/Wall.astro index ff4bb9b..754dcb7 100644 --- a/site/src/components/LogoWall/Wall.astro +++ b/site/src/components/LogoWall/Wall.astro @@ -1,5 +1,5 @@ --- -import Intercom from '@/assets/images/logos/Intercom.svg' +import Intercom from '@/assets/images/logos/intercom.svg' import X from '@/assets/images/logos/x.svg' import SupabaseDark from '@/assets/images/logos/supabase-dark.svg' import SupabaseLight from '@/assets/images/logos/supabase-light.svg'