Add PWA shortcut to `/explore` page (#27235)
parent
bad1629dcd
commit
c2f13769cd
|
@ -84,6 +84,10 @@ class ManifestSerializer < ActiveModel::Serializer
|
|||
name: 'Notifications',
|
||||
url: '/notifications',
|
||||
},
|
||||
{
|
||||
name: 'Explore',
|
||||
url: '/explore',
|
||||
},
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue