Skip to content

Commit cc1d0a9

Browse files
committed
lowercase
1 parent 963619d commit cc1d0a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/routes/devices.list.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ export default function DevicesList() {
251251
<thead>
252252
<tr>
253253
<th></th>
254-
<th>Added</th>
255-
<th>Name</th>
256-
<th>Id</th>
257-
<th>Url</th>
258-
<th>Status</th>
259-
<th>Forget</th>
254+
<th>added</th>
255+
<th>name</th>
256+
<th>id</th>
257+
<th>url</th>
258+
<th>status</th>
259+
<th>forget</th>
260260
</tr>
261261
</thead>
262262
<tbody>{deviceTableItems}</tbody>

0 commit comments

Comments
 (0)