Skip to content

Commit

Permalink
fix: issue with wrong properties for brand
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Dec 4, 2023
1 parent c1839e7 commit b05c605
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions showcases/patternhub/components/default-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ const DefaultPage = ({ children }: any) => {
drawerOpen={drawerOpen}
onToggle={setDrawerOpen}
slotBrand={
<DBBrand
imgSrc="https://db-ui.github.io/images/db_logo.svg"
title={process.env.NEXT_PUBLIC_APP_NAME}
anchorChildren>
<DBBrand>
{process.env.NEXT_PUBLIC_APP_NAME}
</DBBrand>
}
Expand Down

0 comments on commit b05c605

Please sign in to comment.