Skip to content

Commit 8b5bbab

Browse files
update links
1 parent 9538ea2 commit 8b5bbab

31 files changed

+29
-23
lines changed

src/components/AssemblyInstructionBlock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function AssemblyInstructionBlock({children, title, images}) {
2626
<div id="mainImage" style={{width: "55%", float: "left", marginRight: "10px"}}>
2727
<h2>{title} <a href={url + "#" + process(title)}>#</a></h2>
2828
<img
29-
maxHeight={240}
29+
style={{maxHeight: 440}}
3030
src={require(`/static/img/${mainImage}`).default}
3131
/>
3232
{images.length > 1 &&
102 KB
Loading
88.4 KB
Loading
129 KB
Loading
109 KB
Loading
151 KB
Loading
74.6 KB
Loading
137 KB
Loading
104 KB
Loading
96.1 KB
Loading

0 commit comments

Comments
 (0)