summaryrefslogtreecommitdiff
path: root/client/src
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-10-23 17:34:41 -0700
committerMichael Hunteman <michael@huntm.net>2024-10-23 17:34:41 -0700
commit59d6e1c7470b8f544dc128825ea5ff55ac34b992 (patch)
tree56b43334b1dcfac9e6144ff064ce0e812f723a4f /client/src
parentafd0719b93114540c52a0e1f0e39b3fa4d09f10a (diff)
Link to registry
Diffstat (limited to 'client/src')
-rw-r--r--client/src/components/Registry.tsx8
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>