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 18874e6 + 98fe389 commit 92244f2Copy full SHA for 92244f2
src/pages/LiveEditor/index.css
@@ -168,4 +168,4 @@
168
.editor_select_container {
169
grid-template-columns: repeat(1, minmax(0, 1fr));
170
}
171
-}
+}
src/pages/LiveEditor/index.tsx
@@ -55,7 +55,7 @@ export default function LiveEditor() {
55
Basic Text Editor
56
</h2>
57
<div className="editor_select_image_container">
58
- <img src={html} alt="html" className="editor_select_image" />
+ <img src={html} alt="html" className="editor_select_image" />
59
<img src={css} alt="css" className="editor_select_image" />
60
<img src={Js} alt="js" className="editor_select_image" />
61
</div>
0 commit comments