Skip to content

Commit

Permalink
chore(rhc-templates): fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Smit committed Aug 14, 2024
1 parent 042dff6 commit c7799e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/rhc-templates/src/pages/collage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Collage() {
</div>
<div className="unfinished">
<Avatar label="BK"></Avatar>
</div>{' '}
</div>
<div className="unstarted">
<Heading level={1}>Componenten collage NL Design System</Heading>
</div>
Expand Down Expand Up @@ -126,7 +126,8 @@ export default function Collage() {
</div>
<div className="unstarted">
<Link href="#">
Hello, I'm a link <IconArrowRight />
{`Hello, I'm a link `}
<IconArrowRight />
</Link>
</div>
<div className="unstarted">
Expand Down Expand Up @@ -225,7 +226,7 @@ export default function Collage() {
<DataListValue>Value</DataListValue>
</DataListItem>
</DataList>
</div>{' '}
</div>
<div className="unstarted">
<Alert type="info" icon={<IconInfoCircle />}>
<Heading level={1}>Heading</Heading>
Expand Down

0 comments on commit c7799e7

Please sign in to comment.