Skip to content

Commit fe0bab3

Browse files
committed
🐛 Correct footer license url
1 parent 1d911cc commit fe0bab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

akagi_frontend/src/components/layout/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ export const Footer: FC = memo(() => {
2323
<span>GitHub</span>
2424
</a>
2525
<a
26-
href='https://github.com/shinkuan/Akagi/blob/ng/LICENSE'
26+
href='https://github.com/shinkuan/Akagi/blob/ng/LICENSE.txt'
2727
onClick={(e) => {
2828
e.preventDefault();
2929
window.electron.invoke(
3030
'open-external',
31-
'https://github.com/shinkuan/Akagi/blob/ng/LICENSE',
31+
'https://github.com/shinkuan/Akagi/blob/ng/LICENSE.txt',
3232
);
3333
}}
3434
className='footer-link'

0 commit comments

Comments
 (0)