Skip to content

Commit 7fdda33

Browse files
committed
Merge branch 'v30'
2 parents 4e126c2 + d809c25 commit 7fdda33

32 files changed

Lines changed: 1219 additions & 1175 deletions

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@
208208
inline
209209
class="hidden w-full h-full page-content relative z-50"
210210
></join-lobby-modal>
211-
<territory-patterns-modal
211+
<store-modal
212212
id="page-item-store"
213213
inline
214214
class="hidden w-full h-full page-content relative z-50"
215-
></territory-patterns-modal>
215+
></store-modal>
216216
<user-setting
217217
id="page-settings"
218218
inline
@@ -249,6 +249,11 @@
249249
inline
250250
class="hidden w-full h-full page-content relative z-50"
251251
></flag-input-modal>
252+
<territory-patterns-modal
253+
id="territory-patterns-modal"
254+
inline
255+
class="hidden w-full h-full page-content relative z-50"
256+
></territory-patterns-modal>
252257
<ranked-modal
253258
id="page-ranked"
254259
inline
@@ -263,9 +268,6 @@
263268
</div>
264269

265270
<!-- Global Modals -->
266-
<territory-patterns-modal
267-
id="territory-patterns-modal"
268-
></territory-patterns-modal>
269271
</div>
270272

271273
<!-- Game components -->

0 commit comments

Comments
 (0)