Skip to content

Commit

Permalink
fix: inkeep theming of ask button
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Nov 28, 2024
1 parent 3bad645 commit 27e6f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions components/FooterMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Link from "next/link";
import InkeepChatButton from "./inkeep/InkeepChatButton";

const menuItems: {
heading: string;
Expand Down Expand Up @@ -229,6 +230,7 @@ const FooterMenu = () => {
© 2022-{new Date().getFullYear()} Langfuse GmbH / Finto Technologies
Inc.
</div>
<InkeepChatButton />
</div>
);
};
Expand Down
2 changes: 0 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Hubspot, hsPageView } from "@/components/analytics/hubspot";
import { SpeedInsights } from "@vercel/speed-insights/next";
import { GeistSans } from "geist/font/sans";
import { GeistMono } from "geist/font/mono";
import InkeepChatButton from "@/components/inkeep/InkeepChatButton";

export default function App({ Component, pageProps }) {
const router = useRouter();
Expand Down Expand Up @@ -46,7 +45,6 @@ export default function App({ Component, pageProps }) {
</PostHogProvider>
<Hubspot />
<SpeedInsights />
<InkeepChatButton />
<Script
src="https://app.termly.io/resource-blocker/488cc3b0-ed5a-4e9d-81f2-76014dcae784?autoBlock=on"
strategy="beforeInteractive"
Expand Down

0 comments on commit 27e6f50

Please sign in to comment.