mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Change clone icon from plus to clone
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
		@@ -31,7 +31,7 @@
 | 
			
		||||
                        <font-awesome-icon icon="edit" /> {{ $t("Edit") }}
 | 
			
		||||
                    </router-link>
 | 
			
		||||
                    <router-link :to=" '/clone/' + monitor.id " class="btn btn-normal">
 | 
			
		||||
                        <font-awesome-icon icon="plus" /> {{ $t("Clone") }}
 | 
			
		||||
                        <font-awesome-icon icon="clone" /> {{ $t("Clone") }}
 | 
			
		||||
                    </router-link>
 | 
			
		||||
                    <button class="btn btn-danger" @click="deleteDialog">
 | 
			
		||||
                        <font-awesome-icon icon="trash" /> {{ $t("Delete") }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user