Skip to content

Commit

Permalink
feat: tweak preview text (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Oct 22, 2024
1 parent 836e7da commit 9c93df7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
Expand All @@ -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",
Expand Down

0 comments on commit 9c93df7

Please sign in to comment.