You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a. Add logo using Next/Image, e.g. <Image src='/logo.png' alt='' width={30} height={30} />
Notice that logo isn't aligned with title.
Current behavior
When providing the logo of Branding to NextAppRouter (and possibly also DashboardLayout) it doesn't align vertically with the title
Expected behavior
The logo and title should be vertically aligned.
This could of course be achieved by using the new appTitle slot in the DashboardLayout, but that slot isn't available on the NextAppProvider, but ultimately the expectation is that the logo and title align.
Context
Using the documentation provided to integrate Toolpad Core with NextJS I would like to be able to have simple configuration of Branding that aligns the different elements inside the Stack used for the AppTitle
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.
Steps to reproduce
Steps:
Bootstrap toolpad core nextjs example: https://github.com/mui/toolpad/tree/master/examples/core/auth-nextjs
toolpad/examples/core/auth-nextjs/src/app/layout.tsx
Lines 26 to 28 in b0ce4bd
a. Add
logo
usingNext/Image
, e.g.<Image src='/logo.png' alt='' width={30} height={30} />
Notice that logo isn't aligned with title.
Current behavior
When providing the
logo
ofBranding
toNextAppRouter
(and possibly alsoDashboardLayout
) it doesn't align vertically with thetitle
Expected behavior
The
logo
andtitle
should be vertically aligned.This could of course be achieved by using the new
appTitle
slot in theDashboardLayout
, but that slot isn't available on theNextAppProvider
, but ultimately the expectation is that thelogo
andtitle
align.Context
Using the documentation provided to integrate Toolpad Core with NextJS I would like to be able to have simple configuration of
Branding
that aligns the different elements inside theStack
used for the AppTitleYour environment
npx @mui/envinfo
Search keywords: branding apptitle logo
The text was updated successfully, but these errors were encountered: