mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
remove fontawesome symlinked directory from public folder
This commit is contained in:
parent
8bebf106e6
commit
1a6c81e240
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,8 @@
|
|||
width="<%= partial_data_indicator_size %>"
|
||||
height="<%= partial_data_indicator_size %>"
|
||||
x="<%= partial_data_indicator_size / 2 %>"
|
||||
y="<%= index * measure_row_height + measure_row_height / 2 - partial_data_indicator_size / 2 %>">
|
||||
y="<%= index * measure_row_height + measure_row_height / 2 - partial_data_indicator_size / 2 %>"
|
||||
dominant-baseline="middle" >
|
||||
<i class="fas fa-exclamation-circle"
|
||||
data-bs-toggle="popover" data-bs-placement="right"
|
||||
data-bs-content="The following sources are not included in this measure due to insufficient data: <%= presenter.partial_data_sources.join(' and ') %>." ></i>
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../node_modules/@fortawesome/fontawesome-free/
|
||||
Loading…
Add table
Add a link
Reference in a new issue