Skip to content

Commit 42afee5

Browse files
authored
Commented out HT-SELEX download buttons for now(#163)
commented out download buttons to hide for production
1 parent 9a08ca6 commit 42afee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/downloads/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ const DownloadPage: React.FC = () => {
306306
href="https://downloads.wenglab.org/factorbook-download/all-rDHS-instances.8.bed.gz"
307307
/>
308308
</Grid2>
309-
<Grid2 size={4}>
309+
{/* <Grid2 size={4}>
310310
<StackedDownloadButton
311311
topText="HT-SELEX: Lenient set"
312312
bottomText={<Typography variant="caption">FIMO p-value {'<'} 10<sup>-6</sup></Typography>}
@@ -323,7 +323,7 @@ const DownloadPage: React.FC = () => {
323323
topText="HT-SELEX: Stringent set"
324324
bottomText={<Typography variant="caption">FIMO p-value {'<'} 10<sup>-8</sup></Typography>}
325325
/>
326-
</Grid2>
326+
</Grid2> */}
327327
</Grid2>
328328
</Stack>
329329
</AccordionDetails>

0 commit comments

Comments
 (0)