Add magicgrants as contact

This commit is contained in:
Deverick
2022-10-23 00:48:35 -05:00
parent 32b6fb9fa8
commit 7c644e630a
5 changed files with 10 additions and 10 deletions

View File

@@ -2,4 +2,4 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
PRs welcome!
Thanks for supporting OpenSats.
Thanks for supporting Monero Fund.

View File

@@ -9,22 +9,22 @@ const Layout: React.FC = ({ children }) => {
return (
<div className="min-h-screen flex flex-col">
<Head>
<title>OpenSats</title>
<title>Monero Fund</title>
<meta name="description" content="TKTK" />
<link rel="icon" href="/favicon.ico" />
{/* Twitter */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@OpenSats" />
<meta name="twitter:creator" content="@MagicGrants" />
{/* Open Graph */}
<meta property="og:url" content="https://opensats.org" key="ogurl" />
<meta property="og:url" content="https://monerofund.org/" key="ogurl" />
<meta property="og:image" content="https://opensats.vercel.app/twitter.png" key="ogimage" />
<meta property="og:site_name" content="OpenSats" key="ogsitename" />
<meta property="og:title" content="OpenSats" key="ogtitle" />
<meta property="og:site_name" content="Monero Fund" key="ogsitename" />
<meta property="og:title" content="Monero Fund" key="ogtitle" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:description" content="Support contributors to Bitcoin and other free and open source projects" key="ogdesc" />
<meta property="og:description" content="Support the Monero Fund and open source research for the Monero Project." key="ogdesc" />
</Head>
<Navbar />
<main className="flex-1 flex flex-col">{children}</main>

View File

@@ -30,7 +30,7 @@ const AllProjects: NextPage<{ projects: ProjectItem[] }> = ({ projects }) => {
return (
<>
<Head>
<title>OpenSats | Projects</title>
<title>MAGIC Monero Fund | Projects</title>
</Head>
<section className="p-4 md:p-8 flex flex-col items-center">
<div className="flex justify-between items-center pb-8 w-full">

View File

@@ -6,7 +6,7 @@ export default function Submitted() {
<h2>Thank you for your application!</h2>
<p>
If you have any questions, please reach out to{' '}
<a href="mailto:info@opensats.org">support@opensats.org</a>
<a href="mailto:info@magicgrants.org">info@magicgrants.org</a>
</p>
.
<p>

View File

@@ -6,7 +6,7 @@ export default function ThankYou() {
<h2>Thank you for your donation!</h2>
<p>
If you have any questions, please reach out to{' '}
<a href="mailto:info@opensats.org">support@opensats.org</a>
<a href="mailto:info@magicgrants.org">info@magicgrants.org</a>
</p>
.
<p>