mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Make 'counter' components use <h1> headers to be consistent with other pages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h2>Counter</h2>
|
||||
<h1>Counter</h1>
|
||||
|
||||
<p>This is a simple example of an Angular 2 component.</p>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<h2>Counter</h2>
|
||||
<h1>Counter</h1>
|
||||
|
||||
<p>This is a simple example of an Aurelia component.</p>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h2>Counter</h2>
|
||||
<h1>Counter</h1>
|
||||
|
||||
<p>This is a simple example of a Knockout component.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user