Add PWA shortcut to /explore
page (#27235)
This commit is contained in:
parent
bad1629dcd
commit
c2f13769cd
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue