Visual edit in Lovable

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot] 2025-07-19 15:14:20 +00:00
parent eb15a2d5ac
commit 057efcceaa

View file

@ -3,7 +3,6 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
import { Input } from '@/components/ui/input';
import { Badge } from '@/components/ui/badge';
import { Search } from 'lucide-react';
import BinarySearchTrick from '@/components/BinarySearchTrick';
interface Interactive {
id: string;
@ -37,7 +36,7 @@ const InteractiveGallery = () => {
}
return <div className="space-y-6">
<div className="space-y-4">
<h1 className="text-3xl font-bold text-foreground">Data Structures Interactives</h1>
<h1 className="text-3xl font-bold text-foreground">Data Structures</h1>
<p className="text-muted-foreground text-lg">
Interactive tools and resources designed to connect theoretical concepts with practical applications in educational settings.
</p>