Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 6decb30

Browse files
Make 'counter' components use <h1> headers to be consistent with other pages
1 parent 33ed333 commit 6decb30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/Angular2Spa/ClientApp/app/components/counter/counter.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2>Counter</h2>
1+
<h1>Counter</h1>
22

33
<p>This is a simple example of an Angular 2 component.</p>
44

templates/AureliaSpa/ClientApp/app/components/counter/counter.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<h2>Counter</h2>
2+
<h1>Counter</h1>
33

44
<p>This is a simple example of an Aurelia component.</p>
55

templates/KnockoutSpa/ClientApp/components/counter-example/counter-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2>Counter</h2>
1+
<h1>Counter</h1>
22

33
<p>This is a simple example of a Knockout component.</p>
44

0 commit comments

Comments
 (0)