diff --git a/aio/content/examples/cb-i18n/src/app/app.component.ts b/aio/content/examples/cb-i18n/src/app/app.component.ts
index 3b1f57671e..09b8722e9b 100644
--- a/aio/content/examples/cb-i18n/src/app/app.component.ts
+++ b/aio/content/examples/cb-i18n/src/app/app.component.ts
@@ -9,7 +9,7 @@ export class AppComponent {
wolves = 0;
gender = 'f';
fly = true;
- logo = 'https://angular.io/resources/images/logos/angular2/angular.png';
+ logo = 'https://angular.io/resources/images/logos/angular/angular.png';
inc(i: number) {
this.wolves = Math.min(5, Math.max(0, this.wolves + i));
}
diff --git a/aio/src/app/app.component.html b/aio/src/app/app.component.html
index e465c5c95d..e9cc05ae21 100644
--- a/aio/src/app/app.component.html
+++ b/aio/src/app/app.component.html
@@ -3,7 +3,7 @@
(click)="sidenav.toggle()" title="Docs menu">
menu
-
+
@@ -24,4 +24,6 @@
-
+
diff --git a/aio/src/app/layout/footer/footer.component.html b/aio/src/app/layout/footer/footer.component.html
index 3546ad1e03..45e836793a 100644
--- a/aio/src/app/layout/footer/footer.component.html
+++ b/aio/src/app/layout/footer/footer.component.html
@@ -1,6 +1,6 @@
-