Skip to content

Commit

Permalink
typeos, uncomment tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lenghuang committed Feb 4, 2025
1 parent 17272c8 commit 327edc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gui/src/components/modelSelection/ModelSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function ModelOption({
) : (
option.provider ? <img
src={`${window.vscMediaUrl}/logos/${providers[option.provider]?.icon}`}
className="w-3.5 h-3.5 mr-2 flex-flex-none object-contain rounded-sm"
className="w-3.5 h-3.5 mr-2 flex-none object-contain rounded-sm"
/> : <CubeIcon className="w-3.5 h-3.5 stroke-2 mr-2 flex-shrink-0" />
)}
<span>{option.title}</span>
Expand Down
7 changes: 1 addition & 6 deletions gui/src/pages/gui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,7 @@ function GUI() {

return (
<>
{/* {!window.isPearOverlay && !!showTutorialCard &&
<TutorialCardDiv>
<OnboardingTutorial onClose={onCloseTutorialCard} />
</TutorialCardDiv>
} */}
{false &&
{!window.isPearOverlay && !!showTutorialCard &&
<TutorialCardDiv>
<OnboardingTutorial onClose={onCloseTutorialCard} />
</TutorialCardDiv>
Expand Down

0 comments on commit 327edc5

Please sign in to comment.