mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-02 08:58:11 +02:00
parent
3854ca11af
commit
7fbbb174bb
@ -62,11 +62,10 @@ export function AssistantsTab({
|
||||
toolName = "Image Generation";
|
||||
toolIcon = <FiImage className="mr-1 my-auto" />;
|
||||
}
|
||||
|
||||
return (
|
||||
<Bubble key={tool.id} isSelected={false}>
|
||||
<div className="flex flex-row gap-1">
|
||||
{toolIcon}
|
||||
<div className="flex line-wrap break-all flex-row gap-1">
|
||||
<div className="flex-none my-auto">{toolIcon}</div>
|
||||
{toolName}
|
||||
</div>
|
||||
</Bubble>
|
||||
|
@ -11,7 +11,7 @@ export default function FixedLogo() {
|
||||
const enterpriseSettings = combinedSettings?.enterpriseSettings;
|
||||
|
||||
return (
|
||||
<div className="fixed flex z-40 left-4 top-2">
|
||||
<div className="absolute flex z-40 left-4 top-2">
|
||||
{" "}
|
||||
<a href="/chat" className="ml-7 text-text-700 text-xl">
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user