This commit is contained in:
parent
263c87d6c7
commit
3d31dc1b55
13 changed files with 110 additions and 13 deletions
|
|
@ -67,7 +67,7 @@ const InteractiveGallery = () => {
|
|||
<div className="space-y-6">
|
||||
<div className="space-y-4">
|
||||
<h1 className="text-3xl font-bold text-foreground">Data Structures and Algorithms</h1>
|
||||
<p className="text-muted-foreground text-lg">Interactive explorations of elementary data structures and algorithms.</p>
|
||||
<p className="text-muted-foreground text-lg">Interactive explorations of elementary data structures and algorithms.</p>
|
||||
</div>
|
||||
|
||||
{/* Search bar */}
|
||||
|
|
@ -103,4 +103,4 @@ const InteractiveGallery = () => {
|
|||
</Layout>
|
||||
);
|
||||
};
|
||||
export default InteractiveGallery;
|
||||
export default InteractiveGallery;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue