Add PWA shortcut to `/explore` page (#27235)

lolsob-rspec
Jake Anto 2023-10-02 16:48:16 +05:30 committed by GitHub
parent bad1629dcd
commit c2f13769cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ class ManifestSerializer < ActiveModel::Serializer
name: 'Notifications',
url: '/notifications',
},
{
name: 'Explore',
url: '/explore',
},
]
end
end