Update Lucide icons imports

This commit is contained in:
n4ze3m
2024-02-25 18:55:29 +05:30
parent 43f3727369
commit 86d4d53693
11 changed files with 30 additions and 49 deletions

View File

@@ -6,9 +6,7 @@ import dayjs from "dayjs"
import relativeTime from "dayjs/plugin/relativeTime"
import { useState } from "react"
import { useForm } from "@mantine/form"
import { Download } from "~icons/Download"
import { RotateCcw } from "~icons/RotateCcw"
import { Trash } from "~icons/Trash"
import { Download, RotateCcw, Trash2 } from "lucide-react"
dayjs.extend(relativeTime)
@@ -134,7 +132,7 @@ export const ModelsBody = () => {
}
}}
className="text-red-500 dark:text-red-400">
<Trash className="w-5 h-5" />
<Trash2 className="w-5 h-5" />
</button>
</Tooltip>
<Tooltip title="Re-Pull Model">