Skip to content

Commit

Permalink
fix: change path for scroll campaign to 'campaign/scroll-developer'
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Oct 3, 2024
1 parent 81679c8 commit 725acbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/Campaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import NotFound from "./NotFound";
import { ScrollCampaign } from "../components/ScrollCampaign";

const CAMPAIGN_MAP: Record<string, React.FC<{ step: number }>> = {
scroll: ScrollCampaign,
"scroll-developer": ScrollCampaign,
};

const Campaign = () => {
Expand Down

0 comments on commit 725acbf

Please sign in to comment.