mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	Issue 581 - Minor fix (#703)
* Added Github and slack join buttons to welcome modal, refactored appbar URLs to constants * Addressing changes * Minor fix
This commit is contained in:
		
							parent
							
								
									d455409cc9
								
							
						
					
					
						commit
						28e1d2977b
					
				@ -78,7 +78,7 @@ export const FirstTimeUserModal: FunctionComponent<Props> = ({
 | 
			
		||||
          <a href={urlGithubRepo} rel="noopener noreferrer" target="_blank">
 | 
			
		||||
            <button className="tw-welcome-button tw-text-grey-body tw-mr-4">
 | 
			
		||||
              <SVGIcons alt="Github Logo" icon={Icons.GITHUB_ICON} width="16" />
 | 
			
		||||
              <span className="tw-ml-3">Start us on Github</span>
 | 
			
		||||
              <span className="tw-ml-3">Star us on Github</span>
 | 
			
		||||
            </button>
 | 
			
		||||
          </a>
 | 
			
		||||
          <a href={urlJoinSlack} rel="noopener noreferrer" target="_blank">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user