fix(typo): fix few typos
This commit is contained in:
		
							parent
							
								
									d2f5d3c3de
								
							
						
					
					
						commit
						6cd25a743e
					
				| @ -107,7 +107,7 @@ const menuOptions: MenuGroupOption[] = toolsByCategory.map((category) => ({ | ||||
|           :size="styleStore.isSmallScreen ? 'medium' : 'large'" | ||||
|           circle | ||||
|           quaternary | ||||
|           aria-label="Toogle menu" | ||||
|           aria-label="Toggle menu" | ||||
|           @click="styleStore.isMenuCollapsed = !styleStore.isMenuCollapsed" | ||||
|         > | ||||
|           <n-icon size="25" :component="Menu2" /> | ||||
| @ -147,7 +147,7 @@ const menuOptions: MenuGroupOption[] = toolsByCategory.map((category) => ({ | ||||
|               Sponsor | ||||
|             </n-button> | ||||
|           </template> | ||||
|           ❤ Support IT Tools developement ! | ||||
|           ❤ Support IT Tools development ! | ||||
|         </n-tooltip> | ||||
| 
 | ||||
|         <navbar-buttons v-if="!styleStore.isSmallScreen" /> | ||||
|  | ||||
| @ -6,7 +6,7 @@ useHead({ title: 'Page not found - IT Tools' }); | ||||
| 
 | ||||
| <template> | ||||
|   <div class="e404-wrapper"> | ||||
|     <n-result status="404" title="404 Not Found" description="Sorry, this page does not seem to extist"> | ||||
|     <n-result status="404" title="404 Not Found" description="Sorry, this page does not seem to exist"> | ||||
|       <template #footer> | ||||
|         <router-link to="/" #="{ navigate, href }" custom> | ||||
|           <n-button tag="a" :href="href" secondary type="success" @click="navigate"> Back home </n-button> | ||||
|  | ||||
| @ -11,11 +11,11 @@ useHead({ title: 'About - IT Tools' }); | ||||
|       This wonderful website, made with ❤ by | ||||
|       <n-button text tag="a" href="https://github.com/CorentinTh" target="_blank" rel="noopener" type="primary"> | ||||
|         Corentin Thomasset </n-button | ||||
|       >, aggregates useful tools for developer and people working in IT. If you find it usefull, please fell free to | ||||
|       share it to people you think may find it usefull too and dont forget to pin it in your shortcut bar ! | ||||
|       >, aggregates useful tools for developer and people working in IT. If you find it useful, please fell free to | ||||
|       share it to people you think may find it useful too and don't forget to pin it in your shortcut bar ! | ||||
|     </n-p> | ||||
|     <n-p> | ||||
|       IT Tools is opensource (under the MIT license) and free, and will always be, but it cost me money to host and | ||||
|       IT Tools is open-source (under the MIT license) and free, and will always be, but it cost me money to host and | ||||
|       renew the domain name, if you want to support my work, and encourage me to add more tools, please consider | ||||
|       supporting by | ||||
|       <n-button | ||||
| @ -33,7 +33,7 @@ useHead({ title: 'About - IT Tools' }); | ||||
|     <n-h2>Technologies</n-h2> | ||||
|     <n-p> | ||||
|       IT Tools is made in Vue JS (vue 3) with the the naive-ui component library and is hosted and continuously deployed | ||||
|       by Vercel. Third party opensource libraries are used in some tools, you may find the complete list in the | ||||
|       by Vercel. Third party open-source libraries are used in some tools, you may find the complete list in the | ||||
|       <n-button | ||||
|         type="primary" | ||||
|         tag="a" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user