Skip to content

Commit

Permalink
remove emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Mar 20, 2024
1 parent e96a473 commit 03927ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions naming.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

return [
'account/' => '😎 Account',
'features/' => '🥑 Features',
'settings/' => '⚙️ Settings',
'dashboard/' => '🎛 Dashboard',
'account/' => 'Account',
'features/' => 'Features',
'settings/' => 'Settings',
'dashboard/' => 'Dashboard',
];

0 comments on commit 03927ee

Please sign in to comment.