Skip to content

Commit

Permalink
docs(repo): include vapid keys in installation guide (#904)
Browse files Browse the repository at this point in the history
* docs(repo): include vapid keys in installation guide

* fix(web-ui): minor styling fixes for photos list page

---------

Co-authored-by: Johan Book <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
johanbook and Johan Book authored Jul 20, 2024
1 parent f131ec5 commit 262b61e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Create a `.env` file like so and replace the required fields:

```sh
cp .env.example .env

# Generate VAPI keys needed for web push notifications
cd services/api
./scripts/generate-vapi-keys >> <YOUR-ENV>
```

### Development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Group({ data }: GroupProps): ReactElement {
<>
{Object.entries(groupedData).map(([date, entries]) => (
<Fragment key={date}>
<Typography sx={{ px: 1, pt: 2, pb: 1 }} variant="body1">
<Typography sx={{ px: 1, pt: 3, pb: 1 }} variant="body1">
<b>{date}</b>
</Typography>

Expand Down

0 comments on commit 262b61e

Please sign in to comment.