Hi there! 👋🏻
At the moment, accounts for minors are only available for existing users (who opened their account before October 2022). But fear not, we expect to re-enable accounts for minors in the following months! Stay tuned 💙
<% var getColumnClasses = function(numberColumns) {
var classNames = 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>