Skip to content

Commit

Permalink
Removed FAQ, in favor of documentation FAQ, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Mar 9, 2024
1 parent 87daa45 commit ecc5448
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 75 deletions.
9 changes: 6 additions & 3 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import clsx from "clsx";
import React from "react";

import clsx from "clsx";
import { iubendaHref } from "~/components/lib/IubendaPrivacyPolicy";

const LinkGithubStar: React.FC = () => (
Expand Down Expand Up @@ -41,11 +42,13 @@ export const Footer: React.FC = () => {
<ul>
<Header>Guesstimate</Header>
<LinkItem href="/pricing">Pricing</LinkItem>
<LinkItem href="/faq">FAQ</LinkItem>
<LinkItem href="https://docs.getguesstimate.com/docs/FAQ">FAQ</LinkItem>
<LinkItem href="http://docs.getguesstimate.com/">
Documentation
</LinkItem>
<LinkItem href="https://medium.com/guesstimate-blog">Blog</LinkItem>
<LinkItem href="https://quantifieduncertainty.org">Blog</LinkItem>
<LinkItem href="https://quantifieduncertainty.org">QURI</LinkItem>
<LinkItem href="https://discord.gg/nsTnQTgtG6">Discord</LinkItem>
</ul>
<ul>
<Header>Legal</Header>
Expand Down
59 changes: 0 additions & 59 deletions src/components/pages/FAQ.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions src/pages/faq.tsx

This file was deleted.

0 comments on commit ecc5448

Please sign in to comment.