Skip to content

Commit 487439f

Browse files
committed
Playground data
1 parent e8dee92 commit 487439f

File tree

1 file changed

+6
-6
lines changed
  • web/packages/hovercards/playground

1 file changed

+6
-6
lines changed

web/packages/hovercards/playground/core.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ addEventListener( 'DOMContentLoaded', () => {
6464
},
6565
],
6666
contactInfo: {
67-
// home_phone: '',
68-
// work_phone: '',
69-
// cell_phone: '12312312312',
70-
// email: 'email@email.com',
71-
// contact_form: '',
72-
//calendar: 'https://calendar.com',
67+
home_phone: '',
68+
work_phone: '',
69+
cell_phone: '12312312312',
70+
email: 'email@email.com',
71+
contact_form: '',
72+
calendar: 'https://calendar.com',
7373
},
7474
payments: {
7575
links: [],

0 commit comments

Comments
 (0)