Skip to content

Commit

Permalink
Merge pull request #892 from stakwork/bounties-landing-page
Browse files Browse the repository at this point in the history
fix:prettier
  • Loading branch information
tobi-bams authored Jan 8, 2025
2 parents 1fcd0f5 + 3969728 commit bf0b331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const modeDispatchPages: Record<AppMode, () => React.ReactElement> = {
<SuperAdmin />
</Route>
<Route path="*">
<BountiesLandingPage />
<BountiesLandingPage />
</Route>
</Switch>
</MainLayout>
Expand Down

0 comments on commit bf0b331

Please sign in to comment.