Fix hover preview to show single bounding rectangle instead of per-square borders
This commit is contained in:
parent
e10c5d2b3d
commit
0cdcfe3a2e
2 changed files with 26 additions and 20 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue