File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,10 @@ function renderDashboard(pid) {
146146 app . innerHTML = `
147147 <div class="crumbs fade"><a onclick="location.hash='#/'">BrowserStack Demo Hub</a><span>›</span><span>${ esc ( p . name ) } </span></div>
148148 <header class="hero fade" style="text-align:left;margin-bottom:32px;">
149- <h1 style="font-size:2.4rem;">${ p . icon } ${ esc ( p . name ) } </h1>
149+ <h1 style="font-size:2.4rem;display:flex;align-items:center;gap:12px;">
150+ ${ p . iconSvg ? `<img src="${ p . iconSvg } " alt="" style="width:36px;height:36px;object-fit:contain;flex-shrink:0;" />` : `<span>${ p . icon } </span>` }
151+ ${ esc ( p . name ) }
152+ </h1>
150153 <h5>${ esc ( p . tagline ) } </h5>
151154 </header>
152155 <div class="grid fade">${ cards } </div>` ;
Original file line number Diff line number Diff line change 1313// Example: youtubeId: "GX9x62kFsVU", playlistId: "PLxxxxxxxxxxxxxxxx",
1414const PRODUCTS = [
1515 {
16- id : "app-accessibility " ,
16+ id : "Low-Code-Automation " ,
1717 name : "Low Code Automation" ,
1818 tagline : "Feature demos for Low Code Automation" ,
1919 icon : "" ,
You can’t perform that action at this time.
0 commit comments