export const logo = (array = [1, 2, 3]) => array[Math.floor(Math.random() * array.length)];