File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ export { default as language } from "./language.svg";
99export { default as reset } from "./reset.svg" ;
1010export { default as accelerate } from "./accelerate.svg" ;
1111export { default as decelerate } from "./decelerate.svg" ;
12+ export { default as questionmark } from "./questionmark.svg" ;
Original file line number Diff line number Diff line change 163163 <img class ="size-6" src ={icons .reset } alt =" Reset" />
164164 </button >
165165
166- <label class =" btn btn-ghost btn-circle hover:bg-[rgb(220,220,220)] swap mx -5" >
166+ <label class =" btn btn-ghost btn-circle hover:bg-[rgb(220,220,220)] swap ml -5" >
167167 <input type ="checkbox" bind:checked ={showEditor } />
168168 <div class =" text-black" >
169169 <img class ="size-6" src ={icons .CodeBracket } alt =" Code Bracket" />
170170 </div >
171171 </label >
172172
173+ <button
174+ class =" btn btn-ghost btn-circle hover:bg-[rgb(220,220,220)] ml-5"
175+ onclick ={() => {
176+ // ここにチュートリアル・ヘルプを配置 (初起動時に表示もあり)
177+ // 他の方法で実装してもよし
178+ }}
179+ >
180+ <img class ="size-6" src ={icons .questionmark } alt =" Info" />
181+ </button >
182+
173183 <button
174184 class =" btn btn-ghost btn-circle hover:bg-[rgb(220,220,220)] mx-5"
175185 onclick ={() => {
You can’t perform that action at this time.
0 commit comments