We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e9040 commit 17828c8Copy full SHA for 17828c8
assets/dev/js/admin/hello-admin.scss
@@ -18,6 +18,7 @@
18
display: flex;
19
justify-content: center;
20
align-items: center;
21
+ gap: 10px;
22
23
.dashicon {
24
color: #757575;
assets/dev/js/admin/pages/settings-page.js
@@ -127,7 +127,7 @@ export const SettingsPage = () => {
127
}
128
} }
129
>
130
- changelog
+ { __( 'Changelog', 'hello-elementor' ) }
131
</Button>
132
</div>
133
0 commit comments