mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	using boxicons instead of jam icons WIP
This commit is contained in:
		@@ -218,7 +218,7 @@ class NoteDetailBook {
 | 
			
		||||
            return $el;
 | 
			
		||||
        }
 | 
			
		||||
        else if (type === 'protected-session') {
 | 
			
		||||
            const $button = $(`<button class="btn btn-sm"><span class="jam jam-door"></span> Enter protected session</button>`)
 | 
			
		||||
            const $button = $(`<button class="btn btn-sm"><span class="bx bx-log-in"></span> Enter protected session</button>`)
 | 
			
		||||
                .click(protectedSessionService.enterProtectedSession);
 | 
			
		||||
 | 
			
		||||
            return $("<div>")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user