diff --git a/.gitignore b/.gitignore index 3574fd2..cafee30 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ frontend/dist data/ backups/ .DS_Store +docker-compose.dev.yaml \ No newline at end of file diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 54d5e3f..2275a36 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -5846,14 +5846,6 @@ function App() { placeholder="Optional if unknown" /> - - setBirdForm({ ...birdForm, publicProfileEnabled: event.target.checked })} - /> - Enable QR public profile - Species @@ -6024,6 +6016,14 @@ function App() { This color will follow this bird across the overview graph and its individual weight trend. + + setBirdForm({ ...birdForm, publicProfileEnabled: event.target.checked })} + /> + Enable QR code +
This color will follow this bird across the overview graph and its individual weight trend.