Skip to content

Commit 0556cf4

Browse files
committed
add beta message to sturctural variants tab name
1 parent 1c1f25a commit 0556cf4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/pages/resultsView/ResultsViewPage.tsx

+8-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,14 @@ export default class ResultsViewPage extends React.Component<
292292
<MSKTab
293293
key={13}
294294
id={ResultsViewTab.STRUCTURALVARIANTS}
295-
linkText="Structural Variants"
295+
linkText={
296+
<>
297+
Structural Variants&nbsp;
298+
<strong className={'beta-text'}>
299+
Beta!
300+
</strong>
301+
</>
302+
}
296303
>
297304
<StructuralVariants
298305
store={store}

0 commit comments

Comments
 (0)