Skip to content

Replace the contact email with [email protected] #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const Home = (props: any) => {
<section className='my-20'>
<div className='text-center mb-12'>
<h2 className='text-h3mobile md:text-h3 font-semibold mb-2'>Supported by</h2>
<p className='px-12 mx-auto'>The following companies support us by letting us use their products.<br /><a href='mailto:[email protected]' className='border-b border-black'>Email us</a> for more info!</p>
<p className='px-12 mx-auto'>The following companies support us by letting us use their products.<br /><a href='mailto:[email protected]' className='border-b border-black'>Email us</a> for more info!</p>
</div>
<div className='flex flex-col items-center md:flex-row justify-center text-center'>
<a href='https://orbit.love/'>
Expand Down