added publicRuntimeConfig in nextjs config for upgrade URL (#651)
* added publicRuntimeConfig in nextjs config for upgrade URL (merge conflict fix) * removed debug remnants * merge-conflict further fix * change request applied
This commit is contained in:
		
							parent
							
								
									820c25f948
								
							
						
					
					
						commit
						0d60052c88
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -281,8 +281,8 @@ const EventTypesPage = (props: PageProps) => { | ||||||
|             message={ |             message={ | ||||||
|               <> |               <> | ||||||
|                 To upgrade go to{" "} |                 To upgrade go to{" "} | ||||||
|                 <a href={`${window.location.origin}/upgrade`} className="underline"> |                 <a href={process.env.UPGRADE_URL || "https://cal.com/upgrade"} className="underline"> | ||||||
|                   {`${window.location.origin}/upgrade`} |                   {process.env.UPGRADE_URL || "https://cal.com/upgrade"} | ||||||
|                 </a> |                 </a> | ||||||
|               </> |               </> | ||||||
|             } |             } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Syed Ali Shahbaz
						Syed Ali Shahbaz