Skip to content

Commit

Permalink
[RNMobile] - Layout picker - Update emoji (#21373)
Browse files Browse the repository at this point in the history
* RNMobile - Layout picker - Update Services emoji

* RNMobile - Layout picker - Update Contact emoji
  • Loading branch information
Gerardo Pacheco authored Apr 8, 2020
1 parent 28848a4 commit 8fc02a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Contact = {
// translators: title for "Contact" page template
name: __( 'Contact' ),
key: 'contact',
icon: '✉️',
icon: '📫',
content: [
{
name: 'core/paragraph',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Services = {
// translators: title for "Services" page template
name: __( 'Services' ),
key: 'services',
icon: '🛠',
icon: '🔧',
content: [
{
name: 'core/paragraph',
Expand Down

0 comments on commit 8fc02a0

Please sign in to comment.