Skip to content

Commit 04699e9

Browse files
authored
Merge pull request #103 from saenyakorn/yu/fix/semantic
[Fix] Semantic tag
2 parents ff5afd7 + 928d96f commit 04699e9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changeset/poor-spoons-draw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"web": patch
3+
---
4+
5+
fix semantic tag

apps/web/pages/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ import pk from '../package.json'
44

55
export default function Web() {
66
return (
7-
<div>
7+
<section>
88
<h1>Hello Web developer</h1>
99
<p>Version {pk.version}</p>
1010
<Button />
11-
</div>
11+
</section>
1212
)
1313
}
14-
15-
// comment

0 commit comments

Comments
 (0)