File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
client/src/components/screens Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "../../styles/codezilla.css";
33
44
55const GameOverPage = ( {
6- avatarUrl = '/avatars/michael .png' ,
6+ avatarUrl = '/avatars/drdan2 .png' ,
77 codezillaUrl = '/minions/codezilla2.png' ,
88} ) => {
99 const navigate = useNavigate ( ) ;
Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ const SignUp: React.FC = () => {
112112 </ div >
113113 </ div >
114114 < button type = "submit" className = "login-button" > Sign Up</ button >
115- < button type = "submit" className = "login-button" > Sign Up</ button >
116115 </ form >
117116 </ div >
118117 ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { useNavigate } from 'react-router-dom';
33import "../../styles/codezilla.css" ;
44
55export default function VictoryPage ( {
6- avatarUrl = '/avatars/michael .png' ,
6+ avatarUrl = '/avatars/drdan2 .png' ,
77 confettiUrl = '/background/confetti_image.jpg' ,
88} ) {
99 const navigate = useNavigate ( ) ;
You can’t perform that action at this time.
0 commit comments