diff --git a/adev/shared-docs/components/cookie-popup/cookie-popup.component.html b/adev/shared-docs/components/cookie-popup/cookie-popup.component.html
index 808d146175b..becf5b6b422 100644
--- a/adev/shared-docs/components/cookie-popup/cookie-popup.component.html
+++ b/adev/shared-docs/components/cookie-popup/cookie-popup.component.html
@@ -4,7 +4,7 @@
-
diff --git a/adev/src/app/app.component.html b/adev/src/app/app.component.html
index e589f359128..0c8ea9b6dc9 100644
--- a/adev/src/app/app.component.html
+++ b/adev/src/app/app.component.html
@@ -1,4 +1,4 @@
-
Skip to main content
+
Skip to main content
@defer (when isBrowser) {
diff --git a/adev/src/app/editor/code-editor/code-editor.component.html b/adev/src/app/editor/code-editor/code-editor.component.html
index a8efb16dd83..eefe9af9860 100644
--- a/adev/src/app/editor/code-editor/code-editor.component.html
+++ b/adev/src/app/editor/code-editor/code-editor.component.html
@@ -30,6 +30,7 @@
@if (tab.isActive && canRenameFile(file.filename)) {
Open in Firebase Studio
-
+
Open in StackBlitz
diff --git a/adev/src/app/features/home/components/home-animation/home-animation.component.html b/adev/src/app/features/home/components/home-animation/home-animation.component.html
index 01a4806d1d5..4437c60dd86 100644
--- a/adev/src/app/features/home/components/home-animation/home-animation.component.html
+++ b/adev/src/app/features/home/components/home-animation/home-animation.component.html
@@ -13,7 +13,12 @@
-
+
Learn Angular
diff --git a/adev/src/app/features/playground/playground.component.html b/adev/src/app/features/playground/playground.component.html
index 32f53317299..353349be8cb 100644
--- a/adev/src/app/features/playground/playground.component.html
+++ b/adev/src/app/features/playground/playground.component.html
@@ -4,7 +4,7 @@
-
+
{{ selectedTemplate.label }}
expand_more
diff --git a/adev/src/app/features/tutorial/tutorial.component.html b/adev/src/app/features/tutorial/tutorial.component.html
index 35d271651d3..e6d9147023b 100644
--- a/adev/src/app/features/tutorial/tutorial.component.html
+++ b/adev/src/app/features/tutorial/tutorial.component.html
@@ -7,15 +7,18 @@
@if (documentContent(); as documentContent) {
-
+ class="docs-viewer docs-viewer-scroll-margin-large"
+ >
}
}
-
+
unfold_more
{{ tutorialName() }}
@@ -50,6 +53,7 @@
@if (shouldRenderRevealAnswer()) {
@if (localTutorialZipUrl()) {
-
+
download
@@ -74,26 +78,26 @@
@if (previousStepPath) {
-
+
chevron_left
}
@if (!previousStepPath) {
-
+
chevron_left
}
@if (nextStepPath) {
-
+
chevron_right
}
@if (!nextStepPath) {
-
+
chevron_right
}
@@ -103,6 +107,7 @@