From a0d0970ae12061dde08ed2f09ee9e2016f75cfdc Mon Sep 17 00:00:00 2001 From: Gam3rrXD Date: Sun, 14 Jan 2024 15:18:06 -0800 Subject: [PATCH] fix last issue --- client/src/pages/Join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/Join.js b/client/src/pages/Join.js index 01851df..91eea7a 100644 --- a/client/src/pages/Join.js +++ b/client/src/pages/Join.js @@ -1,5 +1,5 @@ import Splash from "../components/Splash"; -import teamNumberImage from "../graphics/images/TeamNumber-min.jpg"; +import teamNumberImage from "../graphics/images/TeamNumber-min.webp"; import { useEffect } from "react"; const Join = () => {