Visual edit in Lovable
Edited UI in Lovable
This commit is contained in:
parent
eb15a2d5ac
commit
057efcceaa
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue