0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
projects
/
website
/
templates
/
[
Home
]
File: navicon.ejs
<% if(item.icon) { %> <i class="bi <%- item.icon.startsWith('bi-') ? item.icon : 'bi-' + item.icon %>" role="img" <% if(item["aria-label"]){ %> aria-label="<%- item["aria-label"] %>" <% } %>> </i> <% } %>