Skip to content

Commit

Permalink
Update labels for TimestampConverter and Line Sorter for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
JStruk committed Jan 29, 2024
1 parent bcbaf31 commit 305c3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/ToolsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ const links = [
{ route: 'PHPToJSON', label: 'PHP ➜ JSON', path: '/php-to-json' },
{ route: 'JSONToPHP', label: 'JSON ➜ PHP', path: '/json-to-php' },
{ route: 'Inspector', label: 'String Inspector', path: '/inspector' },
{ route: 'Dates', label: 'Dates', path: '/dates' },
{ route: 'Dates', label: 'Timestamp Converter', path: '/dates' },
{ route: 'Base64Encode', label: 'Base64 Encode', path: '/base-64-encode' },
{ route: 'Base64Decode', label: 'Base64 Decode', path: '/base-64-decode' },
{ route: 'LineSort', label: 'Line Sort', path: '/line-sort' },
{ route: 'LineSort', label: 'Line Sorter', path: '/line-sort' },
{ route: 'ColorConverter', label: 'Color Converter', path: '/color-converter' }
]
</script>

0 comments on commit 305c3ee

Please sign in to comment.