Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cms.data.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const hostname = "funded.vercel.app";
export const entityTitle = "Funded";
export const hostname = "phund.vercel.app";
export const entityTitle = "Phund";
export const entityUrl = `https://${hostname}`;
export const title = `${entityTitle} @ ${entityUrl}`;
export const description =
"A Single Page Application for getting funded, built on Next.js and Tailwindcss, by Tincre. Raise capital the hard way.ᵀᴹ";
"Your app to get funded, built on Next.js and Tailwindcss, by Tincre. Raise capital the hard way.ᵀᴹ Phund.";
export const author = `${entityTitle}, ${entityUrl}`;
export const navigationLinks =
[ `Investing in ${entityTitle}`, "About", "The Team" ];
Expand Down
4 changes: 2 additions & 2 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export default function Funded() {
color="#5bbad5"
/>
<link rel="shortcut icon" href="/icons/favicon.ico" />
<meta name="apple-mobile-web-app-title" content="Funded" />
<meta name="application-name" content="Funded" />
<meta name="apple-mobile-web-app-title" content={entityTitle} />
<meta name="application-name" content={entityTitle} />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-config" content="/icons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
Expand Down
Binary file modified public/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon.ico
Binary file not shown.
Binary file modified public/icons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/phund.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 18 additions & 5 deletions public/icons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/icons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Funded",
"short_name": "Funded",
"name": "Phund",
"short_name": "Phund",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
Expand Down
Binary file removed public/logos/funded-square.png
Binary file not shown.
9 changes: 0 additions & 9 deletions public/logos/jiggle-color.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/logos/jiggle.svg

This file was deleted.

Binary file added public/logos/phund-square-small.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions public/logos/phund-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/phund-square.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading