Taking away font awesome
This commit is contained in:
		@@ -38,8 +38,8 @@ namespace Seenginx
 | 
			
		||||
			services.AddBlazorise(options =>
 | 
			
		||||
			{
 | 
			
		||||
				options.ChangeTextOnKeyPress = true; // optional
 | 
			
		||||
			}).AddBulmaProviders()
 | 
			
		||||
			.AddFontAwesomeIcons();
 | 
			
		||||
			}).AddBulmaProviders();
 | 
			
		||||
 | 
			
		||||
			var configPaths = new ConfigPaths();
 | 
			
		||||
			configPaths.NginxPath = @"C:\nginx\";
 | 
			
		||||
			configPaths.SystemDPath = @"C:\systemd\system\";
 | 
			
		||||
@@ -67,8 +67,7 @@ namespace Seenginx
 | 
			
		||||
			app.UseRouting();
 | 
			
		||||
 | 
			
		||||
			app.ApplicationServices
 | 
			
		||||
			.UseBulmaProviders()
 | 
			
		||||
			.UseFontAwesomeIcons();
 | 
			
		||||
			.UseBulmaProviders();
 | 
			
		||||
 | 
			
		||||
			app.UseAuthentication();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user