style: remove white background from download hero component
This commit is contained in:
		@@ -33,7 +33,7 @@ const features = [
 | 
			
		||||
 | 
			
		||||
export default function DownloadHero() {
 | 
			
		||||
  return (
 | 
			
		||||
    <div className="bg-white py-24 sm:py-32">
 | 
			
		||||
    <div className=" py-24 sm:py-32">
 | 
			
		||||
      <div className="mx-auto max-w-7xl px-6 lg:px-8">
 | 
			
		||||
        <div className="mx-auto max-w-2xl lg:mx-0">
 | 
			
		||||
          <h2 className="text-4xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user