atmosphere explorer
0
fork

Configure Feed

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

prettier on this pretty girl's code

Juliet 1d8e5052 ce16f8df

+1 -4
+1 -4
src/views/home.tsx
··· 66 66 67 67 for (let i = allExampleProfiles.length - 1; i > 0; i--) { 68 68 const j = Math.floor(Math.random() * (i + 1)); 69 - [allExampleProfiles[i], allExampleProfiles[j]] = [ 70 - allExampleProfiles[j], 71 - allExampleProfiles[i], 72 - ]; 69 + [allExampleProfiles[i], allExampleProfiles[j]] = [allExampleProfiles[j], allExampleProfiles[i]]; 73 70 } 74 71 const profiles = allExampleProfiles.slice(0, 3); 75 72