File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import ActivationPartnerLogo from '~/components/Activation/ActivationPartnerLogo
1212import  ActivationSteps  from  ' ~/components/Activation/ActivationSteps.vue' 
1313import  { useActivationCodeDataStore  } from  ' ~/components/Activation/store/activationCodeData' 
1414import  { useActivationCodeModalStore  } from  ' ~/components/Activation/store/activationCodeModal' 
15+ import  { DOCS_URL_ACCOUNT , DOCS_URL_LICENSING_FAQ  } from  ' ~/consts' 
1516import  { usePurchaseStore  } from  ' ~/store/purchase' 
1617import  { useThemeStore  } from  ' ~/store/theme' 
1718
@@ -39,15 +40,15 @@ const docsButtons = computed<BrandButtonProps[]>(() => {
3940    { 
4041      variant: ' underline'  
4142      external: true , 
42-       href: ' https://docs.unraid.net/unraid-os/faq/licensing-faq/ '  
43+       href: DOCS_URL_LICENSING_FAQ , 
4344      iconRight: ArrowTopRightOnSquareIcon , 
4445      size: ' 14px'  
4546      text: props .t (' More about Licensing'  
4647    }, 
4748    { 
4849      variant: ' underline'  
4950      external: true , 
50-       href: ' https://docs.unraid.net/account/ '  
51+       href: DOCS_URL_ACCOUNT , 
5152      iconRight: ArrowTopRightOnSquareIcon , 
5253      size: ' 14px'  
5354      text: props .t (' More about Unraid.net Accounts'  
Original file line number Diff line number Diff line change 11export  const  ACTIVATION_CODE_MODAL_HIDDEN_STORAGE_KEY  =  'activationCodeModalHidden' ; 
2+ 
3+ export  const  DOCS_URL_LICENSING_FAQ  =  'https://docs.unraid.net/go/faq-licensing/' ; 
4+ export  const  DOCS_URL_ACCOUNT  =  'https://docs.unraid.net/go/account/' ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments