Skip to content

Commit

Permalink
feat(autotakedown): update autotakedown page
Browse files Browse the repository at this point in the history
  • Loading branch information
R1shabh-Gupta committed Aug 18, 2024
1 parent 6dc94cb commit fc7ecf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/app/dashboard/autotakedown/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import TakedownForm from "@/components/TakedownForm";
const AutoTakedown = () => {
return (
<>
<div className="px-2 py-6 sm:py-0">
<h1 className="flex gap-1 text-2xl font-semibold">
<span className="text-[#E51015]">Takedown </span>Form
</h1>
<p className="text-sm font-medium">Enter takedown details</p>
</div>
<TakedownForm />
</>
);
Expand Down

0 comments on commit fc7ecf0

Please sign in to comment.