-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d20d55
commit 25392dc
Showing
2 changed files
with
17 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ import FormatQuoteIcon from "@mui/icons-material/FormatQuote"; | |
import MenuBookIcon from "@mui/icons-material/MenuBook"; | ||
|
||
import styles from "../../styles/atun.module.css"; | ||
import { ATUN, FormModal } from "../../components/ms-form"; | ||
|
||
export default function Atun() { | ||
return ( | ||
|
@@ -28,14 +29,15 @@ export default function Atun() { | |
users at the heart of innovation. | ||
</p> | ||
|
||
<div className={styles.cardButtonContainer}> | ||
<Button | ||
href="mailto:[email protected]?subject=Joining%20ATUN&body=Hi%20Will%0D%0A%0D%0AI%20would%20like%20to%20join%20the%20Accessible%20Tech%20User'%20Network.%0D%0A%0D%0AThanks" | ||
className={styles.cardButton} | ||
> | ||
Join the Network | ||
</Button> | ||
</div> | ||
<FormModal form={ATUN}> | ||
{({ onClick }) => ( | ||
<div className={styles.cardButtonContainer}> | ||
<Button onClick={onClick} className={styles.cardButton}> | ||
Join the Network | ||
</Button> | ||
</div> | ||
)} | ||
</FormModal> | ||
</VideoWithCardCover> | ||
|
||
<div className={styles.bottomContainer}> | ||
|