Skip to content

Commit f9e23d5

Browse files
committed
chore: time between dates icon
1 parent c619e4b commit f9e23d5

File tree

2 files changed

+38
-40
lines changed

2 files changed

+38
-40
lines changed

.idea/workspace.xml

Lines changed: 37 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/tools/time/time-between-dates/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { lazy } from 'react';
44
export const tool = defineTool('time', {
55
name: 'Time Between Dates',
66
path: 'time-between-dates',
7-
icon: 'mdi:calendar-clock',
7+
icon: 'tabler:clock-minus',
88
description:
99
'Calculate the exact time difference between two dates and times, with support for different timezones. This tool provides a detailed breakdown of the time difference in various units (years, months, days, hours, minutes, and seconds).',
1010
shortDescription:

0 commit comments

Comments
 (0)