File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -117,16 +117,16 @@ function openSite(url: string) {
117117 </ButtonBox >
118118 </div >
119119 </div >
120- </ div >
121- < div class = " d-flex flex-wrap justify-content-start " >
122- < ButtonBox
123- :color =" tutorial.color "
124- :description = " tutorial.description "
125- @click = " openSite(config.overworldBaseUrl + '1' + '&tutorial') "
126- >
127- <template #title >{{ tutorial.title }}</template >
128- <template # subtitle >{{ tutorial.subtitle }}</ template >
129- </ButtonBox >
120+ < div class = " d-flex flex-wrap justify-content-start " >
121+ < ButtonBox
122+ :color = " tutorial.color "
123+ :description =" tutorial.description "
124+ @click = " openSite(config.overworldBaseUrl + '1' + '&tutorial') "
125+ >
126+ < template # title >{{ tutorial.title }}</ template >
127+ <template #subtitle >{{ tutorial.subtitle }}</template >
128+ </ ButtonBox >
129+ </div >
130130 </div >
131131 </div >
132132
You can’t perform that action at this time.
0 commit comments