mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-07-23 13:45:23 +00:00
Update meta description
This commit is contained in:
parent
4e894e637c
commit
241a72d532
@ -13,6 +13,8 @@ import axios from 'axios';
|
|||||||
import ZapThreadsWrapper from '@/components/ZapThreadsWrapper';
|
import ZapThreadsWrapper from '@/components/ZapThreadsWrapper';
|
||||||
import appConfig from "@/config/appConfig";
|
import appConfig from "@/config/appConfig";
|
||||||
|
|
||||||
|
// todo: /decrypt is still being called way too much on this page, need to clean up state management
|
||||||
|
|
||||||
const Details = () => {
|
const Details = () => {
|
||||||
const [event, setEvent] = useState(null);
|
const [event, setEvent] = useState(null);
|
||||||
const [author, setAuthor] = useState(null);
|
const [author, setAuthor] = useState(null);
|
||||||
|
@ -10,7 +10,7 @@ export default function Home() {
|
|||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>PlebDevs</title>
|
<title>PlebDevs</title>
|
||||||
<meta name="description" content="Learn to code" />
|
<meta name="description" content="Build on Bitcoin" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import GithubContributionChart from '@/components/charts/GithubContributionChart';
|
|
||||||
|
|
||||||
const Testr = () => {
|
|
||||||
return (
|
|
||||||
<div className="container mx-auto p-4">
|
|
||||||
<GithubContributionChart username="austinkelsay" />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
export default Testr;
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user