mirror of
				https://github.com/r-freeman/portfolio.git
				synced 2025-11-03 23:31:11 +00:00 
			
		
		
		
	Updated article style on homepage
This commit is contained in:
		
							parent
							
								
									3b326afdb0
								
							
						
					
					
						commit
						686fdc9998
					
				@ -23,7 +23,7 @@ function Article(article: Article) {
 | 
			
		||||
                {article.title}
 | 
			
		||||
            </Card.Title>
 | 
			
		||||
            <p className="flex order-first space-x-1 z-10 mb-3">
 | 
			
		||||
                <Card.Eyebrow as="time" dateTime={article.date} decorate>
 | 
			
		||||
                <Card.Eyebrow as="time" dateTime={article.date} decorate={false}>
 | 
			
		||||
                    {formatDate(article.date)}
 | 
			
		||||
                </Card.Eyebrow>
 | 
			
		||||
                <Views slug={article.slug} shouldUpdateViews={false} className="text-sm text-zinc-500 dark:text-zinc-400"/>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user