Skip to main content
How can I provide app feedback or request features?
Submit feedback by:
- Leaving an app review on the App Store or Google Play.
- Submitting requests through Hasbro Pulse Support. Your feedback guides future improvements.
<% var getColumnClasses = function(columnNumber) {
var classNames = 'col-12';
if (columnNumber >= 2) classNames += ' md:col-6';
if (columnNumber >= 3) classNames += ' lg:col-4';
if (columnNumber >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Help by topic
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
-
<% }) %>
}