Add PWA shortcut to `/explore` page (#27235)

th-downstream
Jake Anto 12 months ago committed by GitHub
parent bad1629dcd
commit c2f13769cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save