Skip to content

Commit b969cda

Browse files
committed
fix typo in github logo component filename
1 parent 3111a81 commit b969cda

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { MazeComponent } from './maze/maze.component';
1212
import { GameStateService } from './game-state.service';
1313
import { Dir, type Maze } from '../lib';
1414
import { LogoComponent } from './logo/logo.component';
15-
import { GitHubLogoComponent } from './svgs/github-logo.compontent';
15+
import { GitHubLogoComponent } from './svgs/github-logo.component';
1616

1717
const DARK_MODE_CLASS = 'dark-mode';
1818

0 commit comments

Comments
 (0)