diff --git a/src/hooks/use-meta-color.ts b/src/hooks/use-meta-color.ts index e5c93f9..2583db2 100644 --- a/src/hooks/use-meta-color.ts +++ b/src/hooks/use-meta-color.ts @@ -1,3 +1,6 @@ +// This implementation is derived from the solution provided by [shadcn] in shadcn/ui +// https://github.com/shadcn-ui/ui + import * as React from "react"; import { useTheme } from "next-themes"; import { META_THEME_COLORS } from "@/config/site";