mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +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 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);
|
||||
|
@ -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>
|
||||
|
@ -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