Footer arrangement

This commit is contained in:
Simon Gruber
2026-03-29 16:47:08 +02:00
parent ab50d2ecfe
commit fd27e6209b
+3 -3
View File
@@ -221,12 +221,12 @@ function AppContent({
<div style={{ width: "100%", maxWidth: 980, margin: "0 auto" }}>
<Divider style={{ margin: "8px 0 12px" }} />
<Paragraph type="secondary">
<Link href="https://git.sgruber.at/lunchtime/lunchtime-web" target="_blank">
Source Code
</Link> {" "}
<Link href="https://git.sgruber.at/lunchtime/lunchtime-menus" target="_blank">
Menu Templates
</Link> {" "}
<Link href="https://git.sgruber.at/lunchtime/lunchtime-web" target="_blank">
Source Code
</Link> {" "}
<Link href="mailto:lunchtime@sgruber.at">Feedback</Link>
</Paragraph>
</div>