completionId: cgen-8584b568138c47e4bc88506de3996552
cgen-8584b568138c47e4bc88506de3996552
This commit is contained in:
parent
488e6fe65e
commit
4a9bb9f4ea
1 changed files with 4 additions and 1 deletions
|
|
@ -145,7 +145,10 @@ export default function DocsLayout({
|
||||||
className="flex flex-col items-center justify-center gap-4 w-full"
|
className="flex flex-col items-center justify-center gap-4 w-full"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fbac6154f77e94521bcbfe35abd605cd0?format=webp&width=800"
|
src={theme === "professional"
|
||||||
|
? "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fbac6154f77e94521bcbfe35abd605cd0?format=webp&width=800"
|
||||||
|
: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F1d007dd573c54339ad35fde9cd637516?format=webp&width=800"
|
||||||
|
}
|
||||||
alt="AeThex Logo"
|
alt="AeThex Logo"
|
||||||
className="h-16 w-16 object-contain"
|
className="h-16 w-16 object-contain"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue