From 9c93df77e87ae8ce352fd2ab36ebe28a7c4d5845 Mon Sep 17 00:00:00 2001 From: Dave Rogers Date: Mon, 21 Oct 2024 22:12:23 -0700 Subject: [PATCH] feat: tweak preview text (#137) --- .../local/entity/genome/analysisMethodMainColumn.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-config/brc-analytics/local/entity/genome/analysisMethodMainColumn.ts b/site-config/brc-analytics/local/entity/genome/analysisMethodMainColumn.ts index 82df273..1f0fe40 100644 --- a/site-config/brc-analytics/local/entity/genome/analysisMethodMainColumn.ts +++ b/site-config/brc-analytics/local/entity/genome/analysisMethodMainColumn.ts @@ -16,8 +16,8 @@ export const mainColumn: ComponentsConfig = [ { component: C.FluidAlert, props: { - severity: "warning", - title: "Preview.", + severity: "info", + title: "Preview the worklows below in a test enviornment.", variant: "banner", }, }, @@ -39,7 +39,7 @@ export const mainColumn: ComponentsConfig = [ { component: C.FluidAlert, props: { - severity: "warning", + severity: "info", title: "We are in the process of adopting these workflows to the needs of the pathogen community.", variant: "banner",