Fix tktk description

This commit is contained in:
Justin Ehrenhofer
2025-02-03 14:14:19 -06:00
parent 8e81c963d0
commit f178cae02f
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ const Home: NextPage<{ projects: any }> = ({ projects }) => {
<>
<Head>
<title>{fund.title}</title>
<meta name="description" content="TKTK" />
<meta name="description" content="Donate to the MAGIC Firo Fund" />
<link rel="icon" href="/favicon.ico" />
</Head>

View File

@@ -31,7 +31,7 @@ const Home: NextPage<{ projects: any }> = ({ projects }) => {
<>
<Head>
<title>{fund.title}</title>
<meta name="description" content="TKTK" />
<meta name="description" content="Donate to MAGIC Grants" />
<link rel="icon" href="/favicon.ico" />
</Head>

View File

@@ -31,7 +31,7 @@ const Home: NextPage<{ projects: any }> = ({ projects }) => {
<>
<Head>
<title>{fund.title}</title>
<meta name="description" content="TKTK" />
<meta name="description" content="Donate to the MAGIC Monero Fund" />
<link rel="icon" href="/favicon.ico" />
</Head>

View File

@@ -31,7 +31,7 @@ const Home: NextPage<{ projects: any }> = ({ projects }) => {
<>
<Head>
<title>{fund.title}</title>
<meta name="description" content="TKTK" />
<meta name="description" content="Donate to the MAGIC Privacy Guides Fund" />
<link rel="icon" href="/favicon.ico" />
</Head>