diff options
author | Michael Hunteman <michael@huntm.net> | 2024-10-23 17:34:41 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-10-23 17:34:41 -0700 |
commit | 59d6e1c7470b8f544dc128825ea5ff55ac34b992 (patch) | |
tree | 56b43334b1dcfac9e6144ff064ce0e812f723a4f /client/src/components | |
parent | afd0719b93114540c52a0e1f0e39b3fa4d09f10a (diff) |
Link to registry
Diffstat (limited to 'client/src/components')
-rw-r--r-- | client/src/components/Registry.tsx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/components/Registry.tsx b/client/src/components/Registry.tsx index 3414e9d..fdd449c 100644 --- a/client/src/components/Registry.tsx +++ b/client/src/components/Registry.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Button, Paper } from '@mui/material'; +import { Button, Link, Paper } from '@mui/material'; import LaunchIcon from '@mui/icons-material/Launch'; function Registry() { @@ -31,7 +31,11 @@ function Registry() { Thank you for your generous gifts! We look forward to seeing you at the wedding. </p> - <Button variant="contained" endIcon={<LaunchIcon />}> + <Button + href="https://www.amazon.com/wedding/registry/33T04KKOSHVVE" + variant="contained" + endIcon={<LaunchIcon />} + > Registry </Button> </Paper> |