+ {t("timeSlotsDescription")}
{t("mobileFriendlyDescription")}
{t("notificationsDescription")}
{t("commentsDescription")}
diff --git a/apps/web/src/components/layouts/page-layout.tsx b/apps/web/src/components/layouts/page-layout.tsx index a929220d2..0b73902da 100644 --- a/apps/web/src/components/layouts/page-layout.tsx +++ b/apps/web/src/components/layouts/page-layout.tsx @@ -1,5 +1,4 @@ -import DotsVertical from "@rallly/icons/dots-vertical.svg"; -import Github from "@rallly/icons/github.svg"; +import { DotsVerticalIcon, GithubIcon } from "@rallly/icons"; import clsx from "clsx"; import { domAnimation, LazyMotion } from "framer-motion"; import Link from "next/link"; @@ -52,7 +51,7 @@ const Menu: React.FunctionComponent<{ className: string }> = ({ href="https://github.com/lukevella/rallly" className="hover:text-primary-600 rounded text-gray-400 transition-colors hover:no-underline hover:underline-offset-2" > -