We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3687827 + f77bd4c commit 65dbc15Copy full SHA for 65dbc15
1 file changed
components/Footer.jsx
@@ -82,7 +82,7 @@ const Footer = () => {
82
<h3 className="font-bold text-zinc-900 dark:text-white mb-4">Others</h3>
83
<ul className="space-y-2 text-sm">
84
<li>
85
- <a href="https://github.com/bottlesdevs/Bottles/blob/main/LICENSE" target="_blank" rel="noreferrer" className="text-zinc-500 hover:text-blue-600 dark:text-zinc-400 dark:hover:text-blue-400 transition-colors">
+ <a href="https://github.com/bottlesdevs/Bottles/blob/main/COPYING.md" target="_blank" rel="noreferrer" className="text-zinc-500 hover:text-blue-600 dark:text-zinc-400 dark:hover:text-blue-400 transition-colors">
86
{t.footer.license} (GPLv3)
87
</a>
88
</li>
0 commit comments