We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d911cc commit fe0bab3Copy full SHA for fe0bab3
akagi_frontend/src/components/layout/Footer.tsx
@@ -23,12 +23,12 @@ export const Footer: FC = memo(() => {
23
<span>GitHub</span>
24
</a>
25
<a
26
- href='https://github.com/shinkuan/Akagi/blob/ng/LICENSE'
+ href='https://github.com/shinkuan/Akagi/blob/ng/LICENSE.txt'
27
onClick={(e) => {
28
e.preventDefault();
29
window.electron.invoke(
30
'open-external',
31
- 'https://github.com/shinkuan/Akagi/blob/ng/LICENSE',
+ 'https://github.com/shinkuan/Akagi/blob/ng/LICENSE.txt',
32
);
33
}}
34
className='footer-link'
0 commit comments