Fix hover preview to show single bounding rectangle instead of per-square borders

This commit is contained in:
Neeldhara Misra 2025-07-22 10:39:01 +05:30
parent e10c5d2b3d
commit 0cdcfe3a2e
2 changed files with 26 additions and 20 deletions

View file

@ -17,12 +17,10 @@ const Layout = ({ children }: LayoutProps) => {
<footer className="bg-surface border-t border-outline py-8 px-4 mt-auto">
<div className="max-w-6xl mx-auto text-center">
<p className="text-muted-foreground">
© 2024 Interactives. Educational tools for enhanced learning experiences.
© 2025 Interactives. Interactives for enhanced learning experiences and pure joy.
</p>
<div className="mt-4 flex justify-center gap-6 text-sm text-muted-foreground">
<span>Made with for education</span>
<span></span>
<span>Explore Learn Discover</span>
<span>Made with and help from friends and LLMs. More detailed acks coming soon!</span>
</div>
</div>
</footer>