mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
Fix tktk description
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user