Update interactive index title

Change the title to "All Interactives (X)", where X is the total number of interactives.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-21 07:59:26 +00:00
parent a649d2fc41
commit df4c563417

View file

@ -158,7 +158,7 @@ const InteractiveIndex = () => {
<Layout> <Layout>
<div className="py-12 px-4"> <div className="py-12 px-4">
<div className="max-w-6xl mx-auto"> <div className="max-w-6xl mx-auto">
<h1 className="text-4xl font-bold text-foreground mb-8">All Interactives</h1> <h1 className="text-4xl font-bold text-foreground mb-8">All Interactives ({allInteractives.length})</h1>
{/* Search and Sort Controls */} {/* Search and Sort Controls */}
<div className="flex flex-col sm:flex-row gap-4 mb-8"> <div className="flex flex-col sm:flex-row gap-4 mb-8">