mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
not blue
This commit is contained in:
parent
12e97f5689
commit
558bec1f61
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ const AddProvidersPage = ({ pageIndex, setPageIndex }: { pageIndex: number, setP
|
|||
{(currentTab === 'Local' || currentTab === 'Cloud/Other') && (
|
||||
<div className="w-full max-w-xl mt-8 bg-void-bg-2/50 rounded-lg p-6 border border-void-border-4">
|
||||
<div className="flex items-center gap-2 mb-4">
|
||||
<div className="text-xl font-medium text-[#0e70c0]">Models</div>
|
||||
<div className="text-xl font-medium">Models</div>
|
||||
</div>
|
||||
|
||||
{currentTab === 'Local' && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue