We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2b83e commit 6c7bc43Copy full SHA for 6c7bc43
website/app/root.tsx
@@ -17,7 +17,7 @@ import { globals } from "@/globals";
17
18
// Styles:
19
import tailwind from "@/styles/globals.css?url";
20
-import sonnerStyles from "sonner/dist/styles.css?url";
+import pheralbToast from "@pheralb/toast/dist/styles.css?url";
21
import { cn } from "@/utils";
22
23
// Layout:
@@ -41,7 +41,7 @@ import clsx from "clsx";
41
// Links:
42
export const links: LinksFunction = () => [
43
{ rel: "stylesheet", href: tailwind },
44
- { rel: "stylesheet", href: sonnerStyles },
+ { rel: "stylesheet", href: pheralbToast },
45
{
46
rel: "preload",
47
as: "font",
0 commit comments