d-none のクラス指定ミス修正

このコミットが含まれているのは:
2024-07-16 22:06:15 +09:00
コミット 3d23752d9e
+1 -1
ファイルの表示
@@ -19,7 +19,7 @@
</div> </div>
</div> </div>
<div class="pt-two-cols mt-5 display-none"> <!-- interface grid --> <div class="pt-two-cols mt-5 d-none"> <!-- interface grid -->
<div class="title-col"> <div class="title-col">
<h2 i18n>INTERFACE</h2> <h2 i18n>INTERFACE</h2>
</div> </div>