-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from joshxfi/dev
release: v1.0.4 - beta
- Loading branch information
Showing
31 changed files
with
904 additions
and
939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,9 @@ | ||
import React, { ReactElement } from 'react'; | ||
|
||
import { Layout } from '@/components'; | ||
import { NextPageWithLayout } from '@/types/page'; | ||
import { Layout, UnderConstruction } from '@/components'; | ||
|
||
const Contact: NextPageWithLayout = () => { | ||
return ( | ||
<> | ||
<h2>Want to contribute in the project?</h2> | ||
|
||
<hr className='my-6' /> | ||
|
||
<section className='space-y-12'> | ||
<div> | ||
<h1 className='about-h1'>Bug Report & Feature Request</h1> | ||
<ul> | ||
<li> | ||
▸ Open an Issue on{' '} | ||
<a | ||
className='text-blue-500' | ||
href='https://github.com/joshxfi/trackAsOne/issues' | ||
target='_blank' | ||
rel='noopener noreferrer' | ||
> | ||
GitHub | ||
</a> | ||
</li> | ||
|
||
<li> | ||
▸ Email me: | ||
<a className='text-blue-500' href='mailto:[email protected]'> | ||
{' '} | ||
[email protected] | ||
</a> | ||
</li> | ||
|
||
<li>▸ DM me on Discord: !xfi#1387</li> | ||
|
||
<li>▸ Know me IRL? Contact me on Facebook</li> | ||
</ul> | ||
</div> | ||
|
||
<div> | ||
<h1 className='about-h1'>Contributing</h1> | ||
<div> | ||
▸ More info on the{' '} | ||
<a | ||
className='text-blue-500' | ||
href='https://github.com/joshxfi/trackAsOne#contributing' | ||
target='_blank' | ||
rel='noopener noreferrer' | ||
> | ||
repository → | ||
</a> | ||
</div> | ||
</div> | ||
</section> | ||
</> | ||
); | ||
return <UnderConstruction />; | ||
}; | ||
|
||
Contact.getLayout = (page: ReactElement) => ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
be6798e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: