We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5afd7 + 928d96f commit 04699e9Copy full SHA for 04699e9
.changeset/poor-spoons-draw.md
@@ -0,0 +1,5 @@
1
+---
2
+"web": patch
3
4
+
5
+fix semantic tag
apps/web/pages/index.tsx
@@ -4,12 +4,10 @@ import pk from '../package.json'
export default function Web() {
6
return (
7
- <div>
+ <section>
8
<h1>Hello Web developer</h1>
9
<p>Version {pk.version}</p>
10
<Button />
11
- </div>
+ </section>
12
)
13
}
14
-
15
-// comment
0 commit comments