Skip to content

Commit

Permalink
switched default novaDetails tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Georgiev authored and Antonio Georgiev committed Sep 9, 2024
1 parent 7869a08 commit 2823d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HubCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@ export const HubCard = ({
onMouseLeave={() => setHoveredButton(false)}
onClick={() => {
if (userHubState?.hasDeployed) {
navigate(`/project/${hubData.name}?tab=roles`);
} else {
navigate(`/project/${hubData.name}?tab=archetype`);
} else {
navigate(`/project/${hubData.name}?tab=roles`);
}
}}
>
Expand Down

0 comments on commit 2823d4e

Please sign in to comment.