This commit is contained in:
2026-03-29 20:44:21 +02:00
parent 615b3f3dbb
commit be58034440
+3 -1
View File
@@ -93,9 +93,11 @@ function HomePage() {
</div>
</div>
{/* Footer: always at the bottom */}
{/* Footer: bottom right */}
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
<Footer />
</div>
</div>
);
}