Skip to content

Commit

Permalink
chore(deploy-web): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed May 9, 2024
1 parent 10a1d17 commit 060322b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akash-console",
"version": "2.0.5",
"version": "2.0.6",
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"author": "Akash Network",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion deploy-web/src/components/sdl/GpuFormControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const GpuFormControl: React.FunctionComponent<Props> = ({ gpuModels, cont
</>
}
>
<InfoCircle className="ml-4 text-sm text-muted-foreground" />
<InfoCircle className="ml-4 text-xs text-muted-foreground" />
</CustomTooltip>
</div>

Expand Down

0 comments on commit 060322b

Please sign in to comment.