mirror of
				https://github.com/r-freeman/portfolio.git
				synced 2025-11-04 07:21:12 +00:00 
			
		
		
		
	Updated heading in Projects component
This commit is contained in:
		
							parent
							
								
									b869bfb4e4
								
							
						
					
					
						commit
						60e997112f
					
				@ -5,7 +5,7 @@ export default function Projects({projectData}) {
 | 
				
			|||||||
    return (
 | 
					    return (
 | 
				
			||||||
        <section>
 | 
					        <section>
 | 
				
			||||||
            <h2 className={styles.description}>
 | 
					            <h2 className={styles.description}>
 | 
				
			||||||
                Projects
 | 
					                Personal Projects
 | 
				
			||||||
            </h2>
 | 
					            </h2>
 | 
				
			||||||
            <div className={styles.grid}>
 | 
					            <div className={styles.grid}>
 | 
				
			||||||
                {projectData.map((project, idx) => (
 | 
					                {projectData.map((project, idx) => (
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user