diff --git a/.gitignore b/.gitignore index 753389d1a..51613b095 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ node_modules .pnp .pnp.js .pnpm-store -package-lock.json # testing /coverage diff --git a/README.md b/README.md index 08648c0a7..d3791e269 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,6 @@ docker pull docker.umami.is/umami-software/umami:latest --- ## 🔄 Getting Updates -> [!WARNING] -> If you are updating from Umami V2, image "postgresql-latest" is deprecated. You must change it to "latest". -> e.g., rename `docker.umami.is/umami-software/umami:postgresql-latest` to `docker.umami.is/umami-software/umami:latest`. To get the latest features, simply do a pull, install any new dependencies, and rebuild: diff --git a/src/components/input/DownloadButton.tsx b/src/components/input/DownloadButton.tsx index 9fd46c0b0..795db8dc6 100644 --- a/src/components/input/DownloadButton.tsx +++ b/src/components/input/DownloadButton.tsx @@ -19,7 +19,7 @@ export function DownloadButton({ return ( -