Add PWA shortcut to /explore page (#27235)

This commit is contained in:
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

View file

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