Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Jun 16, 2024
1 parent fad8968 commit 90fe03c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym
- https://favicon.io/favicon-generator/

## TODO
- Deployment
- setup ci action to run e2e tests, build/export, upload to s3
- Deployment
- Immediate fixes
- double-click is needed to open the welcome letter ( sometimes )
- Features
- e2e tests (cypress)
- add information icon to form post to inform users of where the data is going
- e2e tests (improve)
- Text Content
- our story
- do we still need "additional festivities to be announced?"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Message = () => {
return (
<div id="rsvp_div" className="py-14">
<h4 className="text-3xl-wel lg:text-5xl-wel font-squiggly text-center mb-10 md:mb-16 text-gray-700 px-4">
RVSP
RSVP
</h4>
<div className="flex justify-center px-4">
<LoadingOverlay
Expand Down

0 comments on commit 90fe03c

Please sign in to comment.