Skip to content

Commit b4f7e08

Browse files
committed
LOGO
1 parent fcf03ba commit b4f7e08

File tree

5 files changed

+1
-338
lines changed

5 files changed

+1
-338
lines changed

.eslintrc.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
'plugin:@typescript-eslint/recommended',
1212
'plugin:react/recommended',
1313
'plugin:react-hooks/recommended',
14-
'prettier',
1514
],
1615
parser: '@typescript-eslint/parser',
1716
parserOptions: {
@@ -25,12 +24,8 @@ module.exports = {
2524
'react',
2625
'react-hooks',
2726
'@typescript-eslint',
28-
'prettier',
2927
],
3028
rules: {
31-
// Prettier integration
32-
'prettier/prettier': 'error',
33-
3429
// TypeScript specific rules
3530
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
3631
'@typescript-eslint/explicit-function-return-type': 'off',

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h1>⚠️ JavaScript Required</h1>
148148
<!-- Loading Screen -->
149149
<div id="loading-screen">
150150
<div class="logo-container">
151-
<img src="resources/logo.svg" alt="Logo" class="game-logo" />
151+
<img src="%PUBLIC_URL%/resources/logo.svg" alt="Logo" class="game-logo" />
152152
</div>
153153
</div>
154154

resources/Landing.png

-3.77 MB
Binary file not shown.

resources/logo.png

-39.7 KB
Binary file not shown.

src/gameLogic.test.ts

Lines changed: 0 additions & 332 deletions
This file was deleted.

0 commit comments

Comments
 (0)