Skip to content

Commit

Permalink
Merge branch 'feat/thread-screen' of https://github.com/janhq/jan int…
Browse files Browse the repository at this point in the history
…o feat/thread-screen
  • Loading branch information
0xSage committed Dec 3, 2023
2 parents 9b62b8a + d46b9ea commit 32abc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/screens/ExploreModels/ExploreModelItemHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const ExploreModelItemHeader: React.FC<Props> = ({ model }) => {
setMainViewState(MainViewState.MyModels)
}}
>
View Downloaded Model
Use
</Button>
)
}
Expand Down
2 changes: 1 addition & 1 deletion web/screens/ExploreModels/ModelVersionItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ModelVersionItem: React.FC<Props> = ({ model }) => {
setMainViewState(MainViewState.MyModels)
}}
>
View Downloaded Model
Use
</Button>
)
}
Expand Down

0 comments on commit 32abc49

Please sign in to comment.