mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	try to make the changelog commit links suck less
This commit is contained in:
		
							parent
							
								
									abca5faf78
								
							
						
					
					
						commit
						c6d4eb7fd3
					
				@ -51,7 +51,7 @@ export default class ChangelogDialog extends React.Component {
 | 
				
			|||||||
                <div key={repo}>
 | 
					                <div key={repo}>
 | 
				
			||||||
                    <h2>{repo}</h2>
 | 
					                    <h2>{repo}</h2>
 | 
				
			||||||
                    {this.state[repo].map(commit =>
 | 
					                    {this.state[repo].map(commit =>
 | 
				
			||||||
                        <div key={commit.commit.url}><a href={commit.commit.url}>{commit.commit.message}</a></div>
 | 
					                        <div key={commit.commit.html_url}><a href={commit.commit.html_url}>{commit.commit.message}</a></div>
 | 
				
			||||||
                    )}
 | 
					                    )}
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user