We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a63c58 commit dc077f5Copy full SHA for dc077f5
src/renderer/about-window/AboutWindow.tsx
@@ -23,7 +23,7 @@ const AboutWindow = ({ appInfo }: Props): ReactElement => {
23
Navbar icons by{' '}
24
<ExternalLink url={ExternalSite.ICONS_8}>icons8</ExternalLink>
25
</p>
26
- <p className='is-size-7 mt-2'>Copyright © 2022 Colin A. Williams</p>
+ <p className='is-size-7 mt-2'>Copyright © 2023 Colin A. Williams</p>
27
</main>
28
)
29
}
0 commit comments