rounded dropdown
This commit is contained in:
		@@ -11,7 +11,7 @@ const navClasses =
 | 
				
			|||||||
const ExternalLinks = ({ isVertical }: { isVertical: boolean }) => (
 | 
					const ExternalLinks = ({ isVertical }: { isVertical: boolean }) => (
 | 
				
			||||||
  <ul
 | 
					  <ul
 | 
				
			||||||
    className={classnames(
 | 
					    className={classnames(
 | 
				
			||||||
      "z-30 bg-vibrant-dark rounded overflow-hidden",
 | 
					      "z-30 bg-vibrant-dark rounded-xl overflow-hidden",
 | 
				
			||||||
      isVertical
 | 
					      isVertical
 | 
				
			||||||
        ? "inline-flex flex-wrap justify-center"
 | 
					        ? "inline-flex flex-wrap justify-center"
 | 
				
			||||||
        : "absolute rounded-md top-[40px] border border-vibrant-light"
 | 
					        : "absolute rounded-md top-[40px] border border-vibrant-light"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user