File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/bed-splash-components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const BedSplashHeader = (props: Props) => {
7474 < div className = "d-flex flex-col align-items-center gap-1 flex-shrink-0" >
7575
7676 { ( metadata ?. processed && metadata ?. genome_alias == 'hg38' ) &&
77- < a href = { `${ API_BASE } /umap?searchId=${ record_identifier } ` } >
77+ < a href = { `/umap?searchId=${ record_identifier } ` } >
7878 < button className = "btn btn-outline-primary btn-sm" >
7979 < i className = "bi bi-globe2 me-1" />
8080 Visualize
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const Home = () => {
9393 </ div >
9494 < div className = "d-flex flex-column flex-md-row align-items-center justify-content-center gap-1 my-3" >
9595 { /*<span>Or, explore an <a href={`/bed/${exampleBedMetadata?.id || 'not-found'}`}>example BED file</a></span>*/ }
96- < span > Or, explore an < a href = { `/bed/bd2578e70c0efe3674d0d39c782fe9e1 ` } > example BED file</ a > </ span >
96+ < span > Or, explore an < a href = { `/bed/dcc005e8761ad5599545cc538f6a2a4d ` } > example BED file</ a > </ span >
9797 < span > or an{ ' ' } < a href = { `/bedset/${ exampleBedSetMetadata ?. id || 'not-found' } ` } > example BEDset</ a > </ span >
9898 </ div >
9999
You can’t perform that action at this time.
0 commit comments