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