diff --git a/README.md b/README.md index c781fe2ce..337eb3ea6 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ See other examples of blog post files in [/posts](/posts). You can customize theme options such as spacing, color, etc. By default, Deno SaaSKit comes with `primary` and `secondary` colors predefined within -`twind.config.ts`. Change these values to match your desired color scheme. +`tailwind.config.ts`. Change these values to match your desired color scheme. ### Cover Image diff --git a/components/Footer.tsx b/components/Footer.tsx index e8d38b2a3..05039f3e7 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,12 +1,5 @@ // Copyright 2023 the Deno authors. All rights reserved. MIT license. -import { - ACTIVE_LINK_STYLES, - LINK_STYLES, - NAV_STYLES, - SITE_BAR_STYLES, - SITE_NAME, -} from "@/utils/constants.ts"; -import { cx } from "@twind/core"; +import { SITE_NAME } from "@/utils/constants.ts"; import IconBrandDiscord from "tabler_icons_tsx/brand-discord.tsx"; import IconBrandGithub from "tabler_icons_tsx/brand-github.tsx"; import IconRss from "tabler_icons_tsx/rss.tsx"; @@ -66,25 +59,23 @@ export interface FooterProps { export default function Footer(props: FooterProps) { return ( -