Skip to content

Commit 442cf52

Browse files
Pablo Carmonastarpit
authored andcommitted
fix: remove css class unnecesary
1 parent 856146b commit 442cf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/components/CodeFlareGallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Gallery, GalleryItem } from "@patternfly/react-core"
2020
export default class CodeFlareGallery extends React.PureComponent {
2121
public render() {
2222
return (
23-
<Gallery className="hello__use-cases" hasGutter>
23+
<Gallery hasGutter>
2424
<GalleryItem>
2525
<a href="https://asciinema.org/a/kYps2jg978lUwvyLfQXKrBsUZ" target="_blank">
2626
<img src="https://asciinema.org/a/kYps2jg978lUwvyLfQXKrBsUZ.svg" />

0 commit comments

Comments
 (0)