Update interactive index title
Change the title to "All Interactives (X)", where X is the total number of interactives.
This commit is contained in:
parent
a649d2fc41
commit
df4c563417
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue