Skip to content

Commit e8bd6eb

Browse files
Update cubic derivative
1 parent dc1c7c9 commit e8bd6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calc-frontend/src/components/Cubic/CubicDeriv.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function CubicDeriv()
1313
<h2 style={{marginBottom:'1rem'}}>Derivative of &nbsp;{"\\(y = x^{3} \\)"} </h2>
1414
</MathJax>
1515

16-
<iframe className = "graph-frame" src="https://www.desmos.com/calculator/s8veesvrob?embed"
16+
<iframe className = "graph-frame" src="https://www.desmos.com/calculator/yeq7msmx7k?embed"
1717
style={{border: "1px solid #ccc"}} >
1818
</iframe>
1919

0 commit comments

Comments
 (0)