Skip to content

Commit

Permalink
png
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata authored Apr 30, 2024
1 parent b6ed5b8 commit 2dfa47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/SQLHabitLogo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import image from '../oneRecord.png';
import image from './oneRecord.png';
function SQLHabitLogo() {
return (
<img src={String(image)} alt="One Record" width="101" height="50" />
Expand Down
1 change: 1 addition & 0 deletions src/react-app-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference types="react-scripts" />
declare module "*.png";

0 comments on commit 2dfa47e

Please sign in to comment.