House Rules.
Personalised card decks for friends and loved ones. Printed in Australia, posted with love.
{[
['Decks', ['Poker Deck', 'Privacy Breach', 'Guess Who?', 'Personalised Cards', 'Make your own']],
].map(([t, items])=>(
{t}
{items.map(i=>{
const raw = t==='Decks' ? DECK_HREF[i] : null;
const href = raw ? (staticEditors.has(raw) ? raw : window.editorUrl(raw)) : '#';
return - {i}
;
})}
))}