Skip to content

Commit

Permalink
Add email link
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Aug 28, 2024
1 parent 56f3001 commit e504e36
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/sponsorships.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ _Please note that due to UK advertising law, the titles of these must
start with #ad._
`;

const sponsorshipContentFooter = `
Please make enquiries to [carberra.business@gmail.com](mailto:carberra.business@gmail.com).
`;

return (
<div>
<Meta
Expand Down Expand Up @@ -104,6 +108,16 @@ start with #ad._
/>
</div>
</div>
<div className="flex justify-center mx-6 mt-4 font-sans text-white text-md sm:mx-10">
<div className="flex flex-col gap-8 md:flex-row">
<ReactMarkdown
children={sponsorshipContentFooter}
className="font-sans text-white unreset markdown grow max-w-text shrink basis-0 text-center"
remarkPlugins={[remarkGfm, remarkSlug]}
rehypePlugins={[rehypeRaw]}
/>
</div>
</div>
</div>
<Footer />
</div>
Expand Down

0 comments on commit e504e36

Please sign in to comment.