diff --git a/docker/Dockerfile.frontend b/docker/Dockerfile.frontend index 1a8a227..d2075f7 100644 --- a/docker/Dockerfile.frontend +++ b/docker/Dockerfile.frontend @@ -1,6 +1,6 @@ FROM --platform=linux/amd64 ubuntu:20.04 AS build -ARG GODOT_VERSION="4.4" +ARG GODOT_VERSION="4.5.1" USER root diff --git a/frontend/src/components/how-to-play/Menu.tsx b/frontend/src/components/how-to-play/Menu.tsx index 186c37e..11f9f81 100644 --- a/frontend/src/components/how-to-play/Menu.tsx +++ b/frontend/src/components/how-to-play/Menu.tsx @@ -45,10 +45,10 @@ export default function Menu({ className }: MenuProps) {