Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(layout:home): display a demo
badge
when ENV DEMO
is set
## what - display a demo `badge` when ENV `DEMO` is set ## how - use shadcn component `badge` and `tooltip` - display badge when ENV `DEMO` is set ## why - this to notify the user that this a demo app - mainly used for hosting the app on vercel as a demo - the data on the database will be erased at a schedule - check `.github/workflows/remoteDatabaseReset.yaml` ## where - ./src/app/layout.tsx ## usage ## commit id, issue or pull request ## notes
- Loading branch information