@@ -152,12 +152,12 @@ export default function TopNav(props: Props) {
152
152
< Cog6ToothIcon className = "inline-block h-6 w-6 mr-1" />
153
153
Settings
154
154
</ h3 >
155
- < hr / >
155
+ < div className = 'divider' > </ div >
156
156
< h4 className = "font-bold mt-10" >
157
157
< Bars3BottomLeftIcon className = "inline-block h-6 w-6 mr-1" />
158
158
Sort By
159
159
</ h4 >
160
- < hr / >
160
+ < div className = 'divider' > </ div >
161
161
< div className = "form-control" >
162
162
< label className = "label" >
163
163
@@ -175,8 +175,7 @@ export default function TopNav(props: Props) {
175
175
< RectangleGroupIcon className = "inline-block h-6 w-6 mr-1" />
176
176
Group By
177
177
</ h4 >
178
- < hr />
179
- < hr />
178
+ < div className = 'divider' > </ div >
180
179
< div className = "form-control" >
181
180
< label className = "label" >
182
181
@@ -194,7 +193,7 @@ export default function TopNav(props: Props) {
194
193
< FunnelIcon className = "inline-block h-6 w-6 mr-1" />
195
194
Filter Settings
196
195
</ h4 >
197
- < hr / >
196
+ < div className = 'divider' > </ div >
198
197
< div className = "form-control" >
199
198
< label className = "label" >
200
199
< span className = "label-text" > GET</ span >
@@ -225,7 +224,7 @@ export default function TopNav(props: Props) {
225
224
< CircleStackIcon className = "inline-block h-6 w-6 mr-1" />
226
225
Storage
227
226
</ h4 >
228
- < hr / >
227
+ < div className = 'divider' > </ div >
229
228
< div className = "form-control" >
230
229
< label className = "label" >
231
230
< span className = "label-text" >
0 commit comments