export type CCTXDevIcon = {
label:string;
html:string;
text?:string;
url?:string
};
export const ICONS:CCTXDevIcon[] = [
{
label:"Launch Session",
text:"Already ready fye fye fye!",
url:"/cctx/sessions/new",
html:`
`,
},{
label:"Recent Sessions",
text:"Creamy Crack, Project Anywhere...view more",
url:"/cctx/sessions",
html:`
`,
},{
label:"Audioverse User Community",
text:"See what's going on (eyeballs)...",
url:"/cctx/audioverse",
html:`
`,
},{
label:"Account and Settings",
text:"View or update my account details.",
url:"/cctx/secure01",
html:`
`,
},{
label:"Contact Us",
text:"Our customer support is here for you.",
url:"/cctx/contact",
html:`
`,
},
];
/*
{
label:"Code Editor",
text:"Sample text. Click to select the text box. Click again or double click to start editing the text.",
html:`
`,
},{
label:"Media Storage",
text:"Sample text. Click to select the text box. Click again or double click to start editing the text.",
html:`
`,
},{
label:"SSL Certificate",
text:"Sample text. Click to select the text box. Click again or double click to start editing the text.",
html:`
`,
},{
label:"Personal Domain",
text:"Sample text. Click to select the text box. Click again or double click to start editing the text.",
html:`
`,
},{
label:"Domain Transfer",
text:"Sample text. Click to select the text box. Click again or double click to start editing the text.",
html:`
`,
},{
label:"Developer Friendly",
text:"Sample text. Click to select the text box. Click again or double click to start editing the text.",
html:`
`,
}
*/