mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	add default-avatar and change hover icon
This commit is contained in:
		| @ -8,7 +8,7 @@ | ||||
|           <label class="input-label">{{ $tc('settings.company_info.company_logo') }}</label> | ||||
|           <div id="pick-avatar" class="image-upload-box"> | ||||
|             <div class="overlay"> | ||||
|               <font-awesome-icon class="white-icon" icon="cloud-upload-alt"/> | ||||
|               <font-awesome-icon class="white-icon" icon="camera"/> | ||||
|             </div> | ||||
|             <img v-if="previewLogo" :src="previewLogo" class="preview-logo"> | ||||
|             <div v-else class="upload-content"> | ||||
|  | ||||
| @ -129,7 +129,7 @@ export default { | ||||
|         confirm_password: null | ||||
|       }, | ||||
|       loading: false, | ||||
|       previewAvatar: null, | ||||
|       previewAvatar: '/images/default-avatar.jpg', | ||||
|       fileObject: null | ||||
|     } | ||||
|   }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user