Make 'counter' components use <h1> headers to be consistent with other pages

This commit is contained in:
SteveSandersonMS
2016-12-15 16:37:29 +00:00
parent 33ed333f92
commit 6decb30681
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<h2>Counter</h2>
<h1>Counter</h1>
<p>This is a simple example of an Angular 2 component.</p>

View File

@@ -1,5 +1,5 @@
<template>
<h2>Counter</h2>
<h1>Counter</h1>
<p>This is a simple example of an Aurelia component.</p>

View File

@@ -1,4 +1,4 @@
<h2>Counter</h2>
<h1>Counter</h1>
<p>This is a simple example of a Knockout component.</p>