Skip to content

Commit

Permalink
Add mobile layout of Yandex bot
Browse files Browse the repository at this point in the history
  • Loading branch information
luciomartinez authored Aug 21, 2024
1 parent d197a44 commit d668404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser-platforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default [

/* Yandex */
{
test: [/yandexbot/i],
test: [/yandexbot/i, /yandexmobilebot/i],
describe() {
return {
type: PLATFORMS_MAP.bot,
Expand Down

0 comments on commit d668404

Please sign in to comment.