Skip to content

Commit

Permalink
Update utility classes to PF5
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell committed Nov 21, 2024
1 parent 656184c commit d09b5ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function Home() {
<Split className="apid-split-l-pagination">
<SplitItem className="pf-v5-u-pb-md pf-v5-u-pt-md-on-md pf-v5-u-pl-sm-on-md" isFilled>
<Button
className="pf-u-mr-sm pf-u-mb-sm"
className="pf-v5-u-mr-sm pf-v5-u-mb-sm"
component="a"
target="_blank"
href="https://developers.redhat.com/cheat-sheets/red-hat-insights-api-cheat-sheet"
Expand All @@ -142,15 +142,15 @@ export default function Home() {
API Cheat Sheet
</Button>
<Button
className="pf-u-mr-sm pf-u-mb-sm"
className="pf-v5-u-mr-sm pf-v5-u-mb-sm"
component="a"
target="_blank"
href="https://console.redhat.com/docs/api"
variant="secondary"
size="sm"
>
Legacy API documentation
<Icon size="sm" className="pf-u-ml-xs" isInline>
<Icon size="sm" className="pf-v5-u-ml-xs" isInline>
<ExternalLinkAltIcon />
</Icon>
</Button>
Expand Down

0 comments on commit d09b5ee

Please sign in to comment.