Skip to content

Commit 27a862b

Browse files
v1.0.7
2 parents 5ba3033 + d81f739 commit 27a862b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/admin/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</div>
103103
</div>
104104
<div class="view-actions">
105-
<button class="view-btn list-view" title="List View">
105+
<button class="view-btn list-view active" title="List View">
106106
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-list">
107107
<line x1="8" y1="6" x2="21" y2="6" />
108108
<line x1="8" y1="12" x2="21" y2="12" />
@@ -111,7 +111,7 @@
111111
<line x1="3" y1="12" x2="3.01" y2="12" />
112112
<line x1="3" y1="18" x2="3.01" y2="18" /></svg>
113113
</button>
114-
<button class="view-btn grid-view active" title="Grid View">
114+
<button class="view-btn grid-view" title="Grid View">
115115
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-grid">
116116
<rect x="3" y="3" width="7" height="7" />
117117
<rect x="14" y="3" width="7" height="7" />
@@ -120,7 +120,7 @@
120120
</button>
121121
</div>
122122
</div>
123-
<div class="project-boxes jsGridView">
123+
<div class="project-boxes jsListView">
124124
<div class="project-box-wrapper">
125125
<div class="project-box" style="background-color: #d5ffd8;">
126126
<div class="project-box-header">

0 commit comments

Comments
 (0)