Skip to content

Commit 229ab10

Browse files
authored
style: js 실행 전 text 요소 보이지 않도록 코드 정리
1 parent 75d9563 commit 229ab10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/reference/practice/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<body>
2929
<div class="header"></div>
3030
<main class="main">
31-
<div class="sidebar">sidebar</div>
31+
<div class="sidebar"></div>
3232
<section class="practice">
3333
<h2>Practice</h2>
3434
<ul class="practice-list">
@@ -81,4 +81,4 @@ <h2>Practice</h2>
8181
<script type="module" src="/src/js/common.js"></script>
8282
</body>
8383

84-
</html>
84+
</html>

0 commit comments

Comments
 (0)