A simple, clean, fast browser for the AtmosphereConf(2026) VODs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: rename browse section from talks to videos

jack 4e125685 56225c88

+1 -1
+1 -1
src/pages/browse-page.tsx
··· 119 119 120 120 {remainingTalks.length > 0 ? ( 121 121 <section className="space-y-3"> 122 - <h2 className="text-sm font-medium text-muted">More Talks</h2> 122 + <h2 className="text-sm font-medium text-muted">More Videos</h2> 123 123 <div className="grid grid-cols-[repeat(auto-fit,minmax(240px,1fr))] gap-3 md:grid-cols-[repeat(auto-fit,minmax(280px,1fr))] md:gap-4"> 124 124 {remainingTalks.map((talk, index) => ( 125 125 <TalkCard