Skip to content

Commit

Permalink
Update src/content/design-system/components/header
Browse files Browse the repository at this point in the history
  • Loading branch information
KateMacdonald authored Mar 26, 2024
1 parent 77f59e2 commit 8b9642a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```tsx
<div className="flex flex-col gap-4">
<div className="flex flex-col gap-4">
<div><ComponentTitle>Default</ComponentTitle>
<>
<Header brand="wbc" />
Expand All @@ -22,14 +22,14 @@
</Header>
</></div>

<div></div><ComponentTitle>Logo in centre at small views (see demo)</ComponentTitle>
<div><ComponentTitle>Logo in centre at small views (see demo)</ComponentTitle>
<>
<Header
brand="wbc"
logoCenter
/>
</></div>
<div></> <ComponentTitle>With back arrow</ComponentTitle>
<div> <ComponentTitle>With back arrow</ComponentTitle>
<>
<Header
brand="wbc"
Expand Down

0 comments on commit 8b9642a

Please sign in to comment.