🍱 Icon
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
<html lang="en">
 | 
					<html lang="en">
 | 
				
			||||||
  <head>
 | 
					  <head>
 | 
				
			||||||
    <meta charset="UTF-8" />
 | 
					    <meta charset="UTF-8" />
 | 
				
			||||||
    <link rel="icon" href="/favicon.ico" />
 | 
					    <link rel="icon" type="image/xml+svg" href="/favicon.svg" />
 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
				
			||||||
    <title>Solarpass</title>
 | 
					    <title>Solarpass</title>
 | 
				
			||||||
  </head>
 | 
					  </head>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										20
									
								
								pkg/views/public/favicon.svg
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								pkg/views/public/favicon.svg
									
									
									
									
									
										Executable file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 47 KiB  | 
@@ -1,7 +1,8 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <v-app-bar height="64" color="primary" scroll-behavior="elevate" flat>
 | 
					  <v-app-bar height="64" color="primary" scroll-behavior="elevate" flat>
 | 
				
			||||||
    <div class="max-md:px-5 md:px-12 flex flex-grow-1 items-center">
 | 
					    <div class="max-md:px-5 md:px-12 flex flex-grow-1 items-center">
 | 
				
			||||||
      <router-link :to="{ name: 'dashboard' }">
 | 
					      <router-link :to="{ name: 'dashboard' }" class="flex gap-1">
 | 
				
			||||||
 | 
					        <img src="/favicon.svg" width="24" height="24" class="icon-filter" />
 | 
				
			||||||
        <h2 class="ml-2 text-lg font-500">Solarpass</h2>
 | 
					        <h2 class="ml-2 text-lg font-500">Solarpass</h2>
 | 
				
			||||||
      </router-link>
 | 
					      </router-link>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -38,4 +39,8 @@ id.readProfiles()
 | 
				
			|||||||
  bottom: 16px;
 | 
					  bottom: 16px;
 | 
				
			||||||
  right: 20px;
 | 
					  right: 20px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.icon-filter {
 | 
				
			||||||
 | 
					  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user