@titas_mallick/wedding-site-gen 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET= # Should be an 'Unsigned' preset
|
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
### 2. Admin Access
|
|
58
|
-
The
|
|
58
|
+
The configured admin email has primary administrator privileges. When logged in with this account:
|
|
59
59
|
- **Guestbook**: A delete button appears on all guest photos.
|
|
60
60
|
- **Song Requests**: "Mark as Played" and "Delete" controls are enabled in the queue.
|
|
61
61
|
- **Updates**: Ability to post and refine messages via AI.
|
|
@@ -80,4 +80,4 @@ To enable guest uploads:
|
|
|
80
80
|
- `/components/ConciergeBot.tsx`: The sitewide AI assistant component.
|
|
81
81
|
|
|
82
82
|
## 📜 License
|
|
83
|
-
This project is
|
|
83
|
+
This project is open-source and intended for wedding celebrations.
|