Skip to content

Commit 74cb05a

Browse files
authored
Merge pull request #106 from Treevyy/SelectedAvatar-Victory-GameOver
updated avatar to dan on Victory and Game Over pages, got rid of dupl…
2 parents 4dc25b9 + 9e992f5 commit 74cb05a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

client/src/components/screens/GameOver.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "../../styles/codezilla.css";
33

44

55
const GameOverPage = ({
6-
avatarUrl = '/avatars/michael.png',
6+
avatarUrl = '/avatars/drdan2.png',
77
codezillaUrl = '/minions/codezilla2.png',
88
}) => {
99
const navigate = useNavigate();

client/src/components/screens/Signup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
);

client/src/components/screens/Victory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useNavigate } from 'react-router-dom';
33
import "../../styles/codezilla.css";
44

55
export default function VictoryPage({
6-
avatarUrl = '/avatars/michael.png',
6+
avatarUrl = '/avatars/drdan2.png',
77
confettiUrl = '/background/confetti_image.jpg',
88
}) {
99
const navigate = useNavigate();

0 commit comments

Comments
 (0)