Skip to content

Commit

Permalink
Ollama library should open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed Mar 1, 2024
1 parent f4fa509 commit 7e7710e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ModelSelectionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ const ModelSelectionModal = observer(() => {
<a
href="https://ollama.com/library"
className="btn btn-outline btn-neutral btn-sm mx-auto mt-4 flex w-fit flex-row gap-2 px-4"
target='__blank'
title='Open Ollama Library in new tab'
>
<span className=" whitespace-nowrap text-sm ">Ollama Library</span>
<Globe />
Expand Down

0 comments on commit 7e7710e

Please sign in to comment.