Skip to content

Commit

Permalink
change names in add engine
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Dec 10, 2023
1 parent dffbc9f commit cc54abf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function RootLayout() {
<AppShell
navbar={{
width: "3rem",
breakpoint: "lg",
breakpoint: 0
}}
header={
isNative
Expand Down
8 changes: 4 additions & 4 deletions src/components/engines/AddEngine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ function AddEngine({

return (
<Modal opened={opened} onClose={() => setOpened(false)} title="Add Engine">
<Tabs defaultValue="web">
<Tabs defaultValue="download">
<Tabs.List>
<Tabs.Tab value="web">Web</Tabs.Tab>
<Tabs.Tab value="cloud">Cloud Eval</Tabs.Tab>
<Tabs.Tab value="download">Download</Tabs.Tab>
<Tabs.Tab value="cloud">Cloud</Tabs.Tab>
<Tabs.Tab value="local">Local</Tabs.Tab>
</Tabs.List>
<Tabs.Panel value="web" pt="xs">
<Tabs.Panel value="download" pt="xs">
{isLoading && (
<Center>
<Loader />
Expand Down

0 comments on commit cc54abf

Please sign in to comment.