Skip to content

Commit

Permalink
minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Jul 30, 2024
1 parent eda3c28 commit 244906b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ProviderApiKeys() {
const findUser = (id: string) => users.find((u) => u.id === id)
return (
<div className='flex flex-col gap-4'>
<div className='flex flex-row justify-between'>
<div className='flex flex-row items-center justify-between'>
<Text.H4B>LLM API Keys</Text.H4B>
<Button
variant='outline'
Expand Down

0 comments on commit 244906b

Please sign in to comment.