fix🐛: update footer
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone/push Build is passing
				
					Details
				
			
		
	
							parent
							
								
									b11b7857ad
								
							
						
					
					
						commit
						b6088dd331
					
				|  | @ -1,5 +1,5 @@ | ||||||
| /* | /* | ||||||
|  * @LastEditTime: 2024-06-04 17:53:48 |  * @LastEditTime: 2024-06-04 18:37:43 | ||||||
|  * @Description: ... |  * @Description: ... | ||||||
|  * @Date: 2023-09-19 19:04:57 |  * @Date: 2023-09-19 19:04:57 | ||||||
|  * @Author: isboyjc |  * @Author: isboyjc | ||||||
|  | @ -100,6 +100,13 @@ export default defineConfig({ | ||||||
|             } |             } | ||||||
|           ] |           ] | ||||||
|         }, |         }, | ||||||
|  |         socialLinks: [ | ||||||
|  |           { icon: icons.mail, link: `Mailto:${mail}` } | ||||||
|  |         ], | ||||||
|  |         footer: { | ||||||
|  |           psf: publicSecurityFiling, | ||||||
|  |           icp: icp, | ||||||
|  |         }, | ||||||
|       }, |       }, | ||||||
|     }, |     }, | ||||||
|     en: { |     en: { | ||||||
|  | @ -160,18 +167,16 @@ export default defineConfig({ | ||||||
|             } |             } | ||||||
|           ] |           ] | ||||||
|         }, |         }, | ||||||
|  |         socialLinks: [ | ||||||
|  |           { icon: icons.mail, link: `Mailto:${mail}` } | ||||||
|  |         ], | ||||||
|  |         footer: { | ||||||
|  |           psf: publicSecurityFiling, | ||||||
|  |           icp: icp, | ||||||
|  |         }, | ||||||
|       }, |       }, | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   themeConfig: { |  | ||||||
|     socialLinks: [ |  | ||||||
|       { icon: icons.mail, link: `Mailto:${mail}` } |  | ||||||
|     ], |  | ||||||
|     footer: { |  | ||||||
|       psf: publicSecurityFiling, |  | ||||||
|       icp: icp, |  | ||||||
|     }, |  | ||||||
|   }, |  | ||||||
|   markdown: { |   markdown: { | ||||||
|     lineNumbers: true, |     lineNumbers: true, | ||||||
|   }, |   }, | ||||||
|  |  | ||||||
|  | @ -34,7 +34,7 @@ const price = ref({ | ||||||
|                 :enter="{ opacity: 1, y: 0, scale: 1 }" |                 :enter="{ opacity: 1, y: 0, scale: 1 }" | ||||||
|                 :delay="0" |                 :delay="0" | ||||||
|                 :duration="400"  |                 :duration="400"  | ||||||
|                 href="https://islenote.com"  |                 :href="routerPath(lang, '/docs/testing')"  | ||||||
|                 target="_blank" |                 target="_blank" | ||||||
|                 class="h-34px font-semibold text-primary rounded-full px-5 text-sm leading-6 border-2 border-solid border-primary flex-center duration-200 no-underline!" |                 class="h-34px font-semibold text-primary rounded-full px-5 text-sm leading-6 border-2 border-solid border-primary flex-center duration-200 no-underline!" | ||||||
|                 uno-hover="bg-primary text-[var(--vp-c-neutral-inverse)]!" |                 uno-hover="bg-primary text-[var(--vp-c-neutral-inverse)]!" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue