Skip to content

Commit

Permalink
fix: added missing link in branding
Browse files Browse the repository at this point in the history
Signed-off-by: JeevaRamanathan <[email protected]>
  • Loading branch information
JeevaRamanathan committed Oct 27, 2024
1 parent c56234b commit 7b1c875
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/settings/branding.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { useRouter } from "next/router";

import { useCallback, useEffect, useState } from "react";

import { useTeam } from "@/context/team-context";
import { InfoIcon, PlusIcon } from "lucide-react";
import { encode } from "next-auth/jwt";
import { HexColorInput, HexColorPicker } from "react-colorful";
import { toast } from "sonner";
import { mutate } from "swr";

import { UpgradePlanModal } from "@/components/billing/upgrade-plan-modal";
import AppLayout from "@/components/layouts/app";
import { SettingsHeader } from "@/components/settings/settings-header";
Expand Down Expand Up @@ -151,6 +148,7 @@ export default function Branding() {
linkText="Click here"
content="How to customize data room branding?"
key="branding"
link="https://www.papermark.io/help/article/dataroom-branding"
>
<InfoIcon className="h-4 w-4 shrink-0 text-foreground" />
</BadgeTooltip>
Expand Down

0 comments on commit 7b1c875

Please sign in to comment.