diff --git a/Makefile b/Makefile index 37bed9d..17b5f09 100644 --- a/Makefile +++ b/Makefile @@ -109,5 +109,6 @@ compose_build: docker-compose --env-file compose.env -f docker-compose-build.yaml up --remove-orphans compose_pull: docker-compose --env-file compose.env -f docker-compose-pull.yaml down --volumes + docker-compose --env-file compose.env -f docker-compose-pull.yaml pull docker-compose --env-file compose.env -f docker-compose-pull.yaml up --remove-orphans .PHONY: database createdb dropdb migrateup migratedown sqlc mock test server next compose diff --git a/zbook_frontend/public/feature_dark.png b/zbook_frontend/public/feature_dark.png index 07bc157..cddd86a 100644 Binary files a/zbook_frontend/public/feature_dark.png and b/zbook_frontend/public/feature_dark.png differ diff --git a/zbook_frontend/public/feature_light.png b/zbook_frontend/public/feature_light.png index 51a135f..729c2a9 100644 Binary files a/zbook_frontend/public/feature_light.png and b/zbook_frontend/public/feature_light.png differ diff --git a/zbook_frontend/public/search_dark.png b/zbook_frontend/public/search_dark.png index 5344ec8..1077e85 100644 Binary files a/zbook_frontend/public/search_dark.png and b/zbook_frontend/public/search_dark.png differ diff --git a/zbook_frontend/public/search_light.png b/zbook_frontend/public/search_light.png index 7863c46..b2adc0a 100644 Binary files a/zbook_frontend/public/search_light.png and b/zbook_frontend/public/search_light.png differ