1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 21:25:19 +02:00

fix: update button styles in CategoryModal for improved UI consistency

This commit is contained in:
Sean Morley 2025-06-06 18:39:46 -04:00
parent 06a5bb06b3
commit 27a27545ca
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
services:
web:
# build: ./frontend/
#build: ./frontend/
image: ghcr.io/seanmorley15/adventurelog-frontend:beta
container_name: adventurelog-frontend
restart: unless-stopped
@ -19,7 +19,7 @@ services:
- postgres_data:/var/lib/postgresql/data/
server:
# build: ./backend/
#build: ./backend/
image: ghcr.io/seanmorley15/adventurelog-backend:beta
container_name: adventurelog-backend
restart: unless-stopped