Skip to content

Commit 4e51258

Browse files
committed
fix: incorrect file name reference
1 parent 59c8286 commit 4e51258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { H2 } from '@blueprintjs/core'
33
import { Markdown } from 'components/Markdown'
44

55
// eslint-disable-next-line import/no-unresolved
6-
import changelog from '../../changelog.md?raw'
6+
import changelog from '../../CHANGELOG.md?raw'
77

88
export const AboutPage = () => {
99
return (

0 commit comments

Comments
 (0)