Skip to content

Commit 1cb7c40

Browse files
committed
Fixed link to umap
1 parent ed4a145 commit 1cb7c40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/components/bed-splash-components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ui/src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)