mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
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',
|
||||
url: '/notifications',
|
||||
},
|
||||
{
|
||||
name: 'Explore',
|
||||
url: '/explore',
|
||||
},
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue