feat(app): update new session page logo (#36700)

This commit is contained in:
Aarav Sareen
2026-07-14 18:59:32 +05:30
committed by GitHub
parent 48b77c7ce3
commit 6f865e9894
2 changed files with 49 additions and 70 deletions
@@ -7,7 +7,7 @@ export function NewSessionDesignView(props: { children: JSX.Element }) {
<div data-component="session-new-design" class="relative size-full overflow-hidden bg-v2-background-bg-deep ">
<div class="absolute inset-x-0 top-[25.375%] flex justify-center px-6">
<div class={NEW_SESSION_CONTENT_WIDTH}>
<WordmarkV2 class="h-auto w-full text-v2-icon-icon-base" />
<WordmarkV2 class="h-auto w-full text-v2-background-bg-inverse" />
<div class="mt-8">{props.children}</div>
</div>
</div>