Skip to content

Commit

Permalink
Disable create campaign link
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jan 26, 2025
1 parent 70eb082 commit e5cd5fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Link from "next/link";
export default function CreateCampaingButton() {
return (
<div className="h-10">
<Link href={"#"} disabled>
<Link href={"#"}>
<button
className="hidden items-center justify-center px-4 font-chicago leading-10 underline md:flex"
disabled
Expand Down

0 comments on commit e5cd5fb

Please sign in to comment.