2
0

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

View File

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