Update meta description

This commit is contained in:
austinkelsay 2024-11-15 21:14:06 -06:00
parent 4e894e637c
commit 241a72d532
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02
3 changed files with 3 additions and 14 deletions

View File

@ -13,6 +13,8 @@ import axios from 'axios';
import ZapThreadsWrapper from '@/components/ZapThreadsWrapper';
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 [event, setEvent] = useState(null);
const [author, setAuthor] = useState(null);

View File

@ -10,7 +10,7 @@ export default function Home() {
<>
<Head>
<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" />
<link rel="icon" href="/favicon.ico" />
</Head>

View File

@ -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;