forked from emre/www_projectmycelium_com
		
	feat: update docs button text for improved UI clarity
- Shortened "Read Docs" button text to "Docs" for cleaner, more concise presentation in the CallToAction component - Maintains same button styling and positioning while reducing visual clutter
This commit is contained in:
		@@ -33,7 +33,7 @@ export function CallToAction() {
 | 
				
			|||||||
              variant="outline"
 | 
					              variant="outline"
 | 
				
			||||||
              color="white"
 | 
					              color="white"
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
              Read Docs
 | 
					              Docs
 | 
				
			||||||
            </Button>
 | 
					            </Button>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user