Skip to content

Commit

Permalink
Update credited user name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Apr 30, 2023
1 parent 3961558 commit 3e1b6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ What you can change using Iconify:

- [Flodor](https://t.me/Rodolphe06)

- [𝙍𝙄𝙏𝙀𝙎𝙃](https://t.me/ModestCat03)
- [modestCat](https://t.me/ModestCat03)

- [Sanely insane](https://t.me/sanely_insane)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private InfoAdapter initCreditsList() {
credits_list.add(new InfoModel(this, "Icons8.com", getResources().getString(R.string.info_icons8_desc), "https://icons8.com/", R.drawable.ic_link));
credits_list.add(new InfoModel(this, "Jai", getResources().getString(R.string.info_shell_desc), "https://t.me/Jai_08", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "1perialf", getResources().getString(R.string.info_rro_desc), "https://t.me/Rodolphe06", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "Ritesh", getResources().getString(R.string.info_rro_desc), "https://t.me/ModestCat03", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "modestCat", getResources().getString(R.string.info_rro_desc), "https://t.me/ModestCat03", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "Sanely Insane", getResources().getString(R.string.info_tester_desc), "https://t.me/sanely_insane", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "Jaguar", getResources().getString(R.string.info_tester_desc), "https://t.me/Jaguar0066", R.drawable.ic_user));

Expand Down

0 comments on commit 3e1b6b5

Please sign in to comment.