Skip to content

Commit baaa809

Browse files
committed
Remove "Foundation" from name.
1 parent f83794f commit baaa809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function MyApp({ Component, pageProps }: AppProps) {
4949
site_name: 'Developer DAO Academy',
5050
title: 'Developer DAO Academy',
5151
description:
52-
'Academy is an open-source education platform created by the Developer DAO Foundation.',
52+
'Academy is an open-source education platform created by the Developer DAO.',
5353
images: [
5454
{
5555
url: `https://${process.env.NEXT_PUBLIC_VERCEL_URL}/landing-page-screenshot.png`,

public/favicon/site.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Developer DAO Academy",
3-
"short_name": "Academy is an open-source education platform created by the Developer DAO Foundation.",
3+
"short_name": "Academy is an open-source education platform created by the Developer DAO.",
44
"icons": [
55
{
66
"src": "/favicon/android-chrome-192x192.png",

0 commit comments

Comments
 (0)