feat: added twitter link
This commit is contained in:
		
							parent
							
								
									8559fbd774
								
							
						
					
					
						commit
						d126abc7b1
					
				| @ -3,7 +3,7 @@ import { NIcon } from 'naive-ui'; | ||||
| import { h, ref, type Component } from 'vue'; | ||||
| import { RouterLink, useRoute } from 'vue-router'; | ||||
| import { LightModeFilled, DarkModeFilled } from '@vicons/material' | ||||
| import { Heart, BrandGithub } from '@vicons/tabler' | ||||
| import { Heart, BrandGithub, BrandTwitter } from '@vicons/tabler' | ||||
| import { toolsByCategory } from '@/tools'; | ||||
| import SearchBar from '../components/SearchBar.vue'; | ||||
| import { useStyleStore } from '@/stores/style.store'; | ||||
| @ -65,6 +65,9 @@ const m = toolsByCategory.map(category => ({ | ||||
|                     target="_blank"> | ||||
|                     <n-icon size="large" :component="BrandGithub" /> | ||||
|                 </n-button> | ||||
|                 <n-button circle quaternary tag="a" href="https://twitter.com/cthmsst" rel="noopener" target="_blank"> | ||||
|                     <n-icon size="large" :component="BrandTwitter" /> | ||||
|                 </n-button> | ||||
|                 <n-button circle quaternary @click="styleStore.isDarkTheme = !styleStore.isDarkTheme"> | ||||
|                     <n-icon size="large" v-if="styleStore.isDarkTheme" :component="LightModeFilled" /> | ||||
|                     <n-icon size="large" v-else :component="DarkModeFilled" /> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user