diff --git a/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx b/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx
index 7255465c5e473..f8a1c8d851ad1 100644
--- a/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx
+++ b/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx
@@ -159,16 +159,16 @@ Behind the scenes, Superset will create a slice and store all the information ne
to create your chart in its thin data layer
(the query, chart type, options selected, name, etc).
-
+
- To resize the chart, start by clicking the pencil button in the top right corner.
+ To resize the chart, start by clicking the Edit Dashboard button in the top right corner.
-
+
Then, click and drag the bottom right corner of the chart until the chart layout snaps
into a position you like onto the underlying grid.
-
+
Click **Save** to persist the changes.
diff --git a/docs/static/img/tutorial/tutorial_chart_resize.png b/docs/static/img/tutorial/tutorial_chart_resize.png
index 4193a4b10caad..50983127aec9f 100644
Binary files a/docs/static/img/tutorial/tutorial_chart_resize.png and b/docs/static/img/tutorial/tutorial_chart_resize.png differ
diff --git a/docs/static/img/tutorial/tutorial_edit_button.png b/docs/static/img/tutorial/tutorial_edit_button.png
new file mode 100644
index 0000000000000..9028fa5743f92
Binary files /dev/null and b/docs/static/img/tutorial/tutorial_edit_button.png differ
diff --git a/docs/static/img/tutorial/tutorial_first_dashboard.png b/docs/static/img/tutorial/tutorial_first_dashboard.png
index 57aeb1297e421..f038229076609 100644
Binary files a/docs/static/img/tutorial/tutorial_first_dashboard.png and b/docs/static/img/tutorial/tutorial_first_dashboard.png differ
diff --git a/docs/static/img/tutorial/tutorial_pencil_edit.png b/docs/static/img/tutorial/tutorial_pencil_edit.png
deleted file mode 100644
index 3dc79800b0525..0000000000000
Binary files a/docs/static/img/tutorial/tutorial_pencil_edit.png and /dev/null differ