]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-tables/table-expander-icon.component.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-tables / table-expander-icon.component.ts
index 3756b475a4b82dc8c6ad33a4f6ae324bcf3a360d..66bbfe6fbdc687421a047e8357fd23f555811970 100644 (file)
@@ -4,7 +4,7 @@ import { Component, Input } from '@angular/core'
   selector: 'my-table-expander-icon',
   template: `
 <span class="expander">
-    <i [ngClass]="expanded ? 'glyphicon glyphicon-menu-down' : 'glyphicon glyphicon-menu-right'"></i>
+    <i [ngClass]="expanded ? 'chevron-down' : 'chevron-right'"></i>
 </span>`
 })
 export class TableExpanderIconComponent {