Merging unit tests, language switching and mps export #48

Closed
SinusFox wants to merge 56 commits from adding-unit-tests-and-language-switching into export-mps
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>