Updating license and Fixing minor issues #41

Merged
SinusFox merged 42 commits from adding-results-and-export into main 2024-10-09 19:36:31 +00:00
Showing only changes of commit 11ed1c272f - Show all commits
+15
View File
@@ -62,6 +62,21 @@ export default function RootLayout({
/> />
See the source code See the source code
</a> </a>
<a
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
href="https://www.gnu.org/software/glpk/"
target="_blank"
rel="noopener noreferrer"
>
<Image
aria-hidden
src="https://nextjs.org/icons/globe.svg"
alt="Globe icon"
width={16}
height={16}
/>
Powered by GLPK
</a>
</footer> </footer>
</div> </div>
</body> </body>