diff --git a/apps/web/pages/404.tsx b/apps/web/pages/404.tsx index 104aa28e04ab0e..e0306502a376ed 100644 --- a/apps/web/pages/404.tsx +++ b/apps/web/pages/404.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { useRouter } from "next/router"; import React, { useEffect, useState } from "react"; -import { DOCS_URL, JOIN_SLACK, WEBSITE_URL } from "@calcom/lib/constants"; +import { DEVELOPER_DOCS, DOCS_URL, JOIN_SLACK, WEBSITE_URL } from "@calcom/lib/constants"; import { Icon } from "@calcom/ui/Icon"; import { useLocale } from "@lib/hooks/useLocale"; @@ -100,7 +100,7 @@ export default function Custom404() {