diff --git a/docs/_steps/workflow_steps_overview.md b/docs/_steps/workflow_steps_overview.md
index 1f623579b..869767a55 100644
--- a/docs/_steps/workflow_steps_overview.md
+++ b/docs/_steps/workflow_steps_overview.md
@@ -7,9 +7,15 @@ order: 1
-**⚠️ Workflow Steps from Apps are a deprecated feature, not to be confused with workflows that are part of the next generation Slack platform. They are not interchangeable features. We encourage those who are currently publishing Workflow Steps from apps to consider the new [automation features](https://api.slack.com/automation) and [custom steps for bolt](https://api.slack.com/automation/functions/custom-bolt).**
+**⚠️ Workflow Steps from Apps are a deprecated feature.dd**
-Workflow Steps from apps allow your app to create and process custom workflow steps that users can add using [Workflow Builder](https://api.slack.com/workflows).
+**Workflow Steps from Apps are different than, and not interchangable with, Slack automation workflows. We encourage those who are currently publishing Workflow Steps from Apps to consider the new [Slack automation features](https://api.slack.com/automation), such as [custom functions for Bolt](#functions).**
+
+**Please [read the Slack API changelog entry](https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back) for more information.**
+
+---
+
+Workflow Steps from Apps allow your app to create and process custom workflow steps that users can add using [Workflow Builder](https://api.slack.com/workflows).
A workflow step is made up of three distinct user events:
@@ -19,6 +25,6 @@ A workflow step is made up of three distinct user events:
All three events must be handled for a workflow step to function.
-Read more about workflow steps from apps in the [API documentation](https://api.slack.com/workflows/steps).
+Read more about Workflow Steps from Apps in the [API documentation](https://api.slack.com/legacy/workflows/steps).
diff --git a/docs/assets/style.css b/docs/assets/style.css
index 84bbb5703..04b723941 100644
--- a/docs/assets/style.css
+++ b/docs/assets/style.css
@@ -234,7 +234,7 @@ body {
padding-bottom: 1em;
}
-.tutorial .label-deprecated {
+.label-deprecated {
line-height: 1em;
vertical-align: middle;
color: var(--white);