Skip to content

Commit

Permalink
Update packages/dnb-eufemia/src/components/logo/Logo.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Anders <[email protected]>
  • Loading branch information
tujoworker and langz committed Jun 6, 2024
1 parent dbf40fe commit ced8eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/src/components/logo/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type LogoProps = {
*/
width?: LogoWidth // v11: replace with string
/**
* Or define the height of the logo.
* Define the height of the logo.
*/
height?: LogoHeight // v11: replace with string
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/src/components/logo/LogoDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const LogoProperties: PropertiesTableProps = {
status: 'optional',
},
width: {
doc: 'Define either the width of the logo.',
doc: 'Define the width of the logo.',
type: 'string',
status: 'optional',
},
Expand Down

0 comments on commit ced8eeb

Please sign in to comment.