Skip to content

Commit

Permalink
Refactor #4393 - for Galleria
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed May 23, 2023
1 parent dc6fafd commit f8aaad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/doc/galleria/pt/ptdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function PTDemo() {
}
return (
<div className="card md:flex md:justify-content-center">
<div className="card">
<Galleria
value={images}
responsiveOptions={responsiveOptions}
Expand Down Expand Up @@ -134,7 +134,7 @@ export default function PTDemo() {
}
return (
<div className="card md:flex md:justify-content-center">
<div className="card">
<Galleria
value={images}
responsiveOptions={responsiveOptions}
Expand Down Expand Up @@ -165,7 +165,7 @@ export default function PTDemo() {
return (
<>
<DocSectionText {...props}></DocSectionText>
<div className="card md:flex md:justify-content-center">
<div className="card">
<Galleria
value={images}
responsiveOptions={responsiveOptions}
Expand Down

0 comments on commit f8aaad7

Please sign in to comment.