fixing analytics icon pt2
This commit is contained in:
@@ -6561,7 +6561,9 @@ function App() {
|
||||
aria-label="Reports"
|
||||
title="Reports"
|
||||
>
|
||||
<span className="material-symbols-outlined report-tab-icon" aria-hidden="true">analytics</span>
|
||||
<svg className="report-tab-icon" viewBox="0 -960 960 960" aria-hidden="true" focusable="false">
|
||||
<path d="M280-280h80v-240h-80v240Zm160 0h80v-400h-80v400Zm160 0h80v-120h-80v120ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Z" />
|
||||
</svg>
|
||||
</button>
|
||||
<button
|
||||
className={`bird-detail-tab ${selectedBirdTab === 'audit' ? 'active' : ''}`}
|
||||
|
||||
Reference in New Issue
Block a user