File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11REACT_APP_SOCKET_API_URL = ' https://socket.tutorcruncher.com' 
22PUBLIC_URL = ' /' 
33REACT_APP_GRECAPTCHA_KEY = ' 6LdyXRgUAAAAADUNhMVKJDXiRr6DUN8TGOgllqbt' 
4+ REACT_APP_RELEASE = ' -' 
Original file line number Diff line number Diff line change 11{
22  "name" : " tutorcruncher-socket" 
3-   "version" : " 1.0.3 " 
3+   "version" : " 1.0.4 " 
44  "description" : " TutorCruncher socket" 
55  "author" : 
" Samuel Colvin <[email protected] >" ,
 66  "private" : false ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class EnquiryForm extends Component {
1313      enquiry_data : { } , 
1414    } 
1515    this . mode  =  this . props . mode  ||  'vanilla' 
16-     this . grecaptcha_container_id  =  'grecaptcha_'  +  this . props . root . random_id 
16+     this . grecaptcha_container_id  =  'grecaptcha_'  +  this . props . config . random_id 
1717    this . render_grecaptcha  =  this . render_grecaptcha . bind ( this ) 
1818    this . submit  =  this . submit . bind ( this ) 
1919    this . set_enquiry_data  =  this . set_enquiry_data . bind ( this ) 
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const Cross = () => (
1515// https://github.com/tutorcruncher/TutorCruncher-branding/blob/master/dino-flat.svg 
1616export  const  Footer  =  ( )  =>  ( 
1717  < div  className = "tcs-footer" > 
18-     < span > v{ process . env . REACT_APP_RELEASE  ?  process . env . REACT_APP_RELEASE  :  '-' } </ span > 
18+     < span > v{ process . env . REACT_APP_RELEASE } </ span > 
1919    < a  href = "https://tutorcruncher.com"  target = "blank"  className = "tcs-footer" > 
2020      < svg  viewBox = "0 0 1000 1000"  xmlns = "http://www.w3.org/2000/svg" > 
2121        < g  transform = "translate(524,-293)" > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments