Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored and urmauur committed Dec 3, 2023
1 parent 9b62b8a commit 8f9e399
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 8f9e399

Please sign in to comment.