Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PageContainer] Allow full-size content #4480

Merged
merged 16 commits into from
Dec 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
huh
  • Loading branch information
apedroferreira committed Nov 26, 2024
commit 1b947b22acbfdb7a8a9dfb4c1d1d7fbf428d3da2
3 changes: 2 additions & 1 deletion packages/toolpad-core/src/DashboardLayout/ToolpadLogo.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import * as React from 'react';
import PropTypes from 'prop-types';

/**
* @ignore - internal component.
*/ import PropTypes from 'prop-types';
*/
function ToolpadLogo({ size = 40 }: { size?: number }) {
return (
<svg width={size} height={size} fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down