jbilcke-hf HF staff commited on
Commit
7b575e2
1 Parent(s): 9320818

let's get a bit crazy

Browse files
src/app/interface/generate/index.tsx CHANGED
@@ -226,7 +226,7 @@ export function Generate() {
226
  useEffect(() => {
227
  startTransition(async () => {
228
  const posts = await getLatestPosts({
229
- maxNbPosts: 24,
230
  shuffle: true,
231
  })
232
  if (posts?.length) {
@@ -491,7 +491,7 @@ export function Generate() {
491
  <h3 className={cn(
492
  headingFont.className,
493
  "text-4xl text-sky-600 mb-4"
494
- )}>{communityRoll.length ? "Community creations:" : "Loading community roll.."}</h3>
495
  </div>
496
  <div className="grid grid-cols-1 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8 gap-2">
497
  {communityRoll.map(post =>
 
226
  useEffect(() => {
227
  startTransition(async () => {
228
  const posts = await getLatestPosts({
229
+ maxNbPosts: 32,
230
  shuffle: true,
231
  })
232
  if (posts?.length) {
 
491
  <h3 className={cn(
492
  headingFont.className,
493
  "text-4xl text-sky-600 mb-4"
494
+ )}>{communityRoll.length ? "Random community clips:" : "Loading community roll.."}</h3>
495
  </div>
496
  <div className="grid grid-cols-1 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8 gap-2">
497
  {communityRoll.map(post =>