Skip to content

Commit dc077f5

Browse files
committedMar 19, 2023
ℹ️ Update copyright year to 2023
1 parent 1a63c58 commit dc077f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/renderer/about-window/AboutWindow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const AboutWindow = ({ appInfo }: Props): ReactElement => {
2323
Navbar icons by{' '}
2424
<ExternalLink url={ExternalSite.ICONS_8}>icons8</ExternalLink>
2525
</p>
26-
<p className='is-size-7 mt-2'>Copyright &copy; 2022 Colin A. Williams</p>
26+
<p className='is-size-7 mt-2'>Copyright &copy; 2023 Colin A. Williams</p>
2727
</main>
2828
)
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.