]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/confirm/confirm.component.html
Refactor how we use icons
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / confirm / confirm.component.html
similarity index 87%
rename from client/src/app/core/confirm/confirm.component.html
rename to client/src/app/shared/confirm/confirm.component.html
index 43f0c61907c096fbbd2a76726e5166127424759d..65df1cd4dfab6967cc5d1dbe88b1976c1a47b7a6 100644 (file)
@@ -2,7 +2,8 @@
 
   <div class="modal-header">
     <h4 class="modal-title">{{ title }}</h4>
-    <span class="close" aria-label="Close" role="button" (click)="dismiss()"></span>
+
+    <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="dismiss()"></my-global-icon>
   </div>
 
   <div class="modal-body" >