diff --git a/apps/dashboard/src/components/create-workflow-button.tsx b/apps/dashboard/src/components/create-workflow-button.tsx
index 3975dd80da8..e8d98cb11f0 100644
--- a/apps/dashboard/src/components/create-workflow-button.tsx
+++ b/apps/dashboard/src/components/create-workflow-button.tsx
@@ -75,7 +75,7 @@ export const CreateWorkflowButton = (props: CreateWorkflowButtonProps) => {
Learn more
diff --git a/apps/dashboard/src/components/primitives/textarea.tsx b/apps/dashboard/src/components/primitives/textarea.tsx
index d122f8ca4cf..92528a2fec6 100644
--- a/apps/dashboard/src/components/primitives/textarea.tsx
+++ b/apps/dashboard/src/components/primitives/textarea.tsx
@@ -5,7 +5,7 @@ import { cva, VariantProps } from 'class-variance-authority';
import { useFormField } from './form/form-context';
const textareaVariants = cva(
- 'text-foreground-950 flex text-sm w-full flex-nowrap items-center min-h-[60px] gap-1.5 rounded-md border bg-transparent transition-colors focus-within:outline-none focus-visible:outline-none hover:bg-neutral-alpha-50 disabled:cursor-not-allowed disabled:opacity-50 has-[value=""]:text-foreground-400 disabled:bg-neutral-alpha-100 disabled:text-foreground-300',
+ 'text-foreground-950 flex text-xs w-full flex-nowrap items-center min-h-[60px] gap-1.5 rounded-md border bg-transparent transition-colors focus-within:outline-none focus-visible:outline-none hover:bg-neutral-alpha-50 disabled:cursor-not-allowed disabled:opacity-50 has-[value=""]:text-foreground-400 disabled:bg-neutral-alpha-100 disabled:text-foreground-300',
{
variants: {
size: {
diff --git a/apps/dashboard/src/components/workflow-editor/steps/configure-step-content.tsx b/apps/dashboard/src/components/workflow-editor/steps/configure-step-content.tsx
index 470b330b1b8..27db37c1036 100644
--- a/apps/dashboard/src/components/workflow-editor/steps/configure-step-content.tsx
+++ b/apps/dashboard/src/components/workflow-editor/steps/configure-step-content.tsx
@@ -48,6 +48,8 @@ export const ConfigureStepContent = () => {
to="https://docs.novu.co/sdks/framework/typescript/steps/inApp"
reloadDocument
className="text-xs"
+ target="_blank"
+ rel="noopener noreferrer"
>
Help?
diff --git a/apps/dashboard/src/components/workflow-row.tsx b/apps/dashboard/src/components/workflow-row.tsx
index b500ad08ff7..9f0e775fa1a 100644
--- a/apps/dashboard/src/components/workflow-row.tsx
+++ b/apps/dashboard/src/components/workflow-row.tsx
@@ -172,7 +172,7 @@ export const WorkflowRow = ({ workflow }: WorkflowRowProps) => {
-
+
@@ -184,7 +184,7 @@ export const WorkflowRow = ({ workflow }: WorkflowRowProps) => {
-
+
{new Date(workflow.updatedAt).toLocaleDateString('en-US', {
year: 'numeric',
month: 'short',