Remove AWS from branding

This commit is contained in:
Dries Augustyns
2024-07-29 11:29:52 +02:00
parent 21837371b6
commit a661114cb9
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<h1 align="center">Plunk</h1> <h1 align="center">Plunk</h1>
<p align="center"> <p align="center">
The Open-Source Email Platform for AWS The Open-Source Email Platform
</p> </p>
<p align="center"> <p align="center">
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 125 KiB

+6 -8
View File
@@ -50,7 +50,7 @@ function App({ Component, pageProps }: AppProps) {
return ( return (
<> <>
<Head> <Head>
<title>Plunk Dashboard | The Open-Source Email Platform for AWS</title> <title>Plunk Dashboard | The Open-Source Email Platform</title>
<meta <meta
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0" content="width=device-width, initial-scale=1.0"
@@ -78,12 +78,10 @@ export default function WithProviders(props: AppProps) {
> >
<JotaiProvider> <JotaiProvider>
<DefaultSeo <DefaultSeo
defaultTitle={ defaultTitle={"Plunk Dashboard | The Open-Source Email Platform"}
"Plunk Dashboard | The Open-Source Email Platform for AWS" title={"Plunk Dashboard | The Open-Source Email Platform"}
}
title={"Plunk Dashboard | The Open-Source Email Platform for AWS"}
description={ description={
"Plunk is the open-source, affordable email platform for AWS that brings together marketing, transactional and broadcast emails into one single, complete solution" "Plunk is the open-source, affordable email platform that brings together marketing, transactional and broadcast emails into one single, complete solution"
} }
twitter={{ twitter={{
cardType: "summary_large_image", cardType: "summary_large_image",
@@ -91,9 +89,9 @@ export default function WithProviders(props: AppProps) {
site: "@useplunk", site: "@useplunk",
}} }}
openGraph={{ openGraph={{
title: "Plunk Dashboard | The Open-Source Email Platform for AWS", title: "Plunk Dashboard | The Open-Source Email Platform",
description: description:
"Plunk is the open-source, developer-friendly email platform for AWS that brings together marketing, transactional and broadcast emails into one single, complete solution", "Plunk is the open-source, developer-friendly email platform that brings together marketing, transactional and broadcast emails into one single, complete solution",
images: [ images: [
{ url: "https://www.useplunk.com/assets/card.png", alt: "Plunk" }, { url: "https://www.useplunk.com/assets/card.png", alt: "Plunk" },
], ],