Wizard: Add v5 PF slug to classNames
This adds v5 PF slug to classNames throughout the code base, making the formatting work properly.
This commit is contained in:
parent
4f728874f7
commit
d8bb3485d8
26 changed files with 122 additions and 112 deletions
|
|
@ -42,7 +42,7 @@ export default function Empty({ hasFilterValue, refetch }: EmptyProps) {
|
|||
component="a"
|
||||
target="_blank"
|
||||
href={CONTENT_URL}
|
||||
className="pf-u-mr-sm"
|
||||
className="pf-v5-u-mr-sm"
|
||||
>
|
||||
Go to repositories
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue