Skip to content

Commit a7a5970

Browse files
authored
CardView - demos fixes (DevExpress#30199)
1 parent ede3ab4 commit a7a5970

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

apps/demos/Demos/CardView/Overview/Angular/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
></dx-button>
7070
<dx-button
7171
text="Send Email"
72-
icon="send"
72+
icon="message"
7373
type="default"
7474
stylingMode="contained"
7575
(onClick)="showNotify('Send Email')"

apps/demos/Demos/CardView/Overview/React/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function CardFooterComponent() {
4747
/>
4848
<Button
4949
text="Send Email"
50-
icon="send"
50+
icon="message"
5151
type="default"
5252
stylingMode="contained"
5353
onClick={notifySendEmail}

apps/demos/Demos/CardView/Overview/ReactJs/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function CardFooterComponent() {
4747
/>
4848
<Button
4949
text="Send Email"
50-
icon="send"
50+
icon="message"
5151
type="default"
5252
stylingMode="contained"
5353
onClick={notifySendEmail}

apps/demos/Demos/CardView/Overview/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
/>
8787
<DxButton
8888
text="Send Email"
89-
icon="send"
89+
icon="message"
9090
type="default"
9191
styling-mode="contained"
9292
@click="showNotify('Send Email')"

apps/demos/Demos/CardView/Overview/jQuery/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $(() => {
7979
}),
8080
$('<div>').dxButton({
8181
text: 'Send Email',
82-
icon: 'send',
82+
icon: 'message',
8383
type: 'default',
8484
stylingMode: 'contained',
8585
onClick() {
-274 Bytes
Loading

0 commit comments

Comments
 (0)