Skip to content

Commit

Permalink
therar
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas committed Jan 27, 2024
1 parent 9a6985d commit 78bec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const helper = {
if (element.includes("👤")) {
name = element;
if (!name.includes("⚙️")) {
name += " ⚙️ rarbg";
name += " ⚙️ therarbg";
}
const match = name.match(/👤 (\d+)/);
if (match) {
Expand Down

0 comments on commit 78bec77

Please sign in to comment.