Spaces:
Running
Running
gpt-engineer-app[bot]
commited on
Commit
·
07ed8c2
1
Parent(s):
37d9a67
Move "Show past" toggle
Browse filesMove the "Show past conferences" toggle to below the conference category filter bar.
- src/pages/Index.tsx +1 -1
src/pages/Index.tsx
CHANGED
@@ -59,7 +59,7 @@ const Index = () => {
|
|
59 |
<div className="min-h-screen bg-neutral-light">
|
60 |
<Header />
|
61 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
62 |
-
<div className="
|
63 |
<FilterBar selectedTag={selectedTag} onTagSelect={setSelectedTag} />
|
64 |
<div className="flex items-center gap-2">
|
65 |
<label htmlFor="show-past" className="text-sm text-neutral-600">
|
|
|
59 |
<div className="min-h-screen bg-neutral-light">
|
60 |
<Header />
|
61 |
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
62 |
+
<div className="space-y-4 py-4">
|
63 |
<FilterBar selectedTag={selectedTag} onTagSelect={setSelectedTag} />
|
64 |
<div className="flex items-center gap-2">
|
65 |
<label htmlFor="show-past" className="text-sm text-neutral-600">
|