Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 93fe284

Browse files
authored
Merge pull request #21 from jasonbahl/feat/eyes-emoji
feat: use eyes emoji
2 parents fe6b010 + 87648c6 commit 93fe284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// show a message in the admin dashboard with the plugin name and version
1616
add_action( 'admin_notices', function() {
17-
echo '<div class="notice notice-info"><p>🚀 Automation Tests v' . AUTOMATION_TESTS_VERSION . '</p></div>';
17+
echo '<div class="notice notice-info"><p>👀 Automation Tests v' . AUTOMATION_TESTS_VERSION . '</p></div>';
1818
});
1919

2020

0 commit comments

Comments
 (0)