Skip to content

Commit 65dbc15

Browse files
authored
Merge pull request #84 from BaumiCoder/main
fix: Update link to license file in the footer
2 parents 3687827 + f77bd4c commit 65dbc15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const Footer = () => {
8282
<h3 className="font-bold text-zinc-900 dark:text-white mb-4">Others</h3>
8383
<ul className="space-y-2 text-sm">
8484
<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">
85+
<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">
8686
{t.footer.license} (GPLv3)
8787
</a>
8888
</li>

0 commit comments

Comments
 (0)