Skip to content

Commit

Permalink
fix: small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Jun 16, 2024
1 parent b91cf33 commit 83d326e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions site/src/pages/leaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Head = () => {
<>
<PageHead
title="Leaders | ajfisher.me"
description="Information about leaders"
description="Information for leaders"
type="article"
/>
</>
Expand All @@ -20,7 +20,6 @@ export const Head = () => {


const LeadersPage = ({data}) => {
console.log(data.headimage.nodes[0]);
const {base, large, medium, small, wide, share} = data?.headimage?.nodes[0];

const featuredImageSrc = getFeaturedImageSources({
Expand All @@ -44,7 +43,6 @@ const LeadersPage = ({data}) => {
};

const submitURL = 'https://docs.google.com/forms/d/e/1FAIpQLSei22e0iBvHq5b3wrhOTetsVk_srB4a1pLzotYPKnGmi2dNYg/formResponse';
//const submitURL = 'https://script.google.com/macros/s/AKfycbycGh1DtxirxjS-pkiSsTkw4299LWW5HOrfoJshZMqVoIFCO5fOYEvRDtfI6QufAGWq/exec';

const [email, setEmail] = useState("");
const [message, setMessage] = useState("");
Expand Down Expand Up @@ -79,7 +77,6 @@ const LeadersPage = ({data}) => {
}
};

// const Layout = ({ children, frontmatter, featuredimage, path, readingTime, tags, relatedposts}) => {
return (
<Layout frontmatter={frontmatter} tags={['leadership', 'resources']}
path='/leaders' featuredimage={featuredImageSrc}
Expand Down

0 comments on commit 83d326e

Please sign in to comment.