Skip to content

Commit 8223ff0

Browse files
committed
Update index.html
1 parent adf6ed5 commit 8223ff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Clog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
<select class="sort-select" id="sort-select" aria-label="Sort logs option">
132132
<option value="NameA">By Name A-Z</option>
133133
<option value="NameD">By Name Z-A</option>
134-
<option value="DateA">By Old First</option>
135-
<option value="DateD">By New First</option>
134+
<option value="DateA">By Newest First</option>
135+
<option value="DateD">By Oldest First</option>
136136
</select>
137137
<svg class="clearSort icon" onclick="clearSort()" tabindex="0" role="button" aria-label="Clear sort options" onkeydown="if(event.key === 'Enter' || event.key === ' ') { clearSort(); event.preventDefault(); }">
138138
<use href="/src/global.svg#icon-close"></use>

0 commit comments

Comments
 (0)