diff --git a/pages/index.tsx b/pages/index.tsx index 83be4ff75f125940abebc4361ae301435fea9bd9..bd48b7cad6c69e7a2a280ad9b2c4e21861b81327 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -17,13 +17,13 @@ export default function Home() { <meta property="og:title" content="Revolt" /> <meta property="og:url" content="https://revolt.chat" /> - <meta property="og:image" content="https://revolt.chat/embed.png" /> + <meta property="og:image" content="https://revolt.chat/embed_new.png" /> <meta property="og:description" content="Don't bother with chat apps that don't respect your privacy. Revolt is a brand new chat platform designed around you." /> <meta property="twitter:title" content="Revolt" /> <meta property="twitter:site" content="@revoltchat" /> <meta property="twitter:card" content="summary_large_image" /> - <meta property="twitter:image" content="https://revolt.chat/embed.png" /> + <meta property="twitter:image" content="https://revolt.chat/embed_new.png" /> <meta property="twitter:image:alt" content='Image of REVOLT app alongside logo with subtext "Communication is critical. Privacy is essential."' /> <meta property="twitter:description" content="Don't bother with chat apps that don't respect your privacy. Revolt is a brand new chat platform designed around you." /> diff --git a/public/embed.png b/public/embed_new.png similarity index 100% rename from public/embed.png rename to public/embed_new.png