Skip to content

Commit

Permalink
Move the "all datasets" card to first position
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jul 29, 2024
1 parent 1b40a55 commit 27460f6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/nar-v3/src/routes/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ export default function Home() {
return (
<Container maxWidth="lg" sx={{ paddingTop: 8, paddingBottom: 8 }}>
<Grid container spacing={4}>
<ModalityCard
label="All neural activity datasets"
path="/datasets"
image="/images/dataset_search.png"
text=""
count={datasetCounts}
/>
<ModalityCard
label="Patch clamp recording"
path="/patch-clamp"
Expand Down Expand Up @@ -105,13 +112,6 @@ export default function Home() {
count={0}
/>
<ModalityCard label="fMRI" path="/fmri" image="/images/1206_FMRI.jpg" count={0} />
<ModalityCard
label="All neural activity datasets"
path="/datasets"
image="/images/dataset_search.png"
text=""
count={datasetCounts}
/>
</Grid>
</Container>
);
Expand Down

0 comments on commit 27460f6

Please sign in to comment.