Skip to content

Commit 2706ab0

Browse files
committed
Add todo comment
1 parent db1a3f7 commit 2706ab0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/admin/components/shortcut/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default function Shortcut() {
1414
<Button
1515
className="chbe-admin-shortcut-toggle"
1616
variant="tertiary"
17+
// TODO: Remove this prop and add size="small" prop when
18+
// the supported minimum WordPress version is 6.3 or higher.
19+
// See: https://github.com/WordPress/gutenberg/pull/51842
1720
isSmall
1821
icon={ info }
1922
iconSize="18"

src/admin/components/welcome-guide/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ export default function WelcomeGuide() {
3434
<Button
3535
className="chbe-admin-welcome-guide-toggle"
3636
variant="tertiary"
37+
// TODO: Remove this prop and add size="small" prop when
38+
// the supported minimum WordPress version is 6.3 or higher.
39+
// See: https://github.com/WordPress/gutenberg/pull/51842
3740
isSmall
3841
icon={ info }
3942
iconSize="18"

0 commit comments

Comments
 (0)