forked from ourworld_web/www_engage_os
		
	fix: remove duplicate text-base class and update navigation links in header
This commit is contained in:
		@@ -9,8 +9,8 @@ export function NavLinks() {
 | 
			
		||||
  let timeoutRef = useRef<number | null>(null)
 | 
			
		||||
 | 
			
		||||
  return [
 | 
			
		||||
    ['About', '/#features'],
 | 
			
		||||
    ['Build', '/#reviews'],
 | 
			
		||||
    ['About', '/about'],
 | 
			
		||||
    ['Build', '/build'],
 | 
			
		||||
    ['Host', '/#pricing'],
 | 
			
		||||
  ].map(([label, href], index) => (
 | 
			
		||||
    <Link
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user