parent
							
								
									9077640983
								
							
						
					
					
						commit
						1d22c32904
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -48,7 +48,7 @@ export default function Shell(props) { | ||||||
|       current: router.pathname.startsWith("/availability"), |       current: router.pathname.startsWith("/availability"), | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       name: "App Store", |       name: "Integrations", | ||||||
|       href: "/integrations", |       href: "/integrations", | ||||||
|       icon: PuzzleIcon, |       icon: PuzzleIcon, | ||||||
|       current: router.pathname.startsWith("/integrations"), |       current: router.pathname.startsWith("/integrations"), | ||||||
|  |  | ||||||
|  | @ -270,7 +270,7 @@ export default function Home({ integrations }: Props) { | ||||||
| 
 | 
 | ||||||
|   return ( |   return ( | ||||||
|     <div> |     <div> | ||||||
|       <Shell heading="App Store" subtitle="Connect your favourite apps." CTA={<ConnectNewAppDialog />}> |       <Shell heading="Integrations" subtitle="Connect your favourite apps." CTA={<ConnectNewAppDialog />}> | ||||||
|         <div className="bg-white border border-gray-200 overflow-hidden rounded-sm mb-8"> |         <div className="bg-white border border-gray-200 overflow-hidden rounded-sm mb-8"> | ||||||
|           {integrations.filter((ig) => ig.credential).length !== 0 ? ( |           {integrations.filter((ig) => ig.credential).length !== 0 ? ( | ||||||
|             <ul className="divide-y divide-gray-200"> |             <ul className="divide-y divide-gray-200"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Peer_Rich
						Peer_Rich