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