Skip to content

Commit

Permalink
💾
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Dec 28, 2022
1 parent d9252a2 commit 45f9f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cubic-roots/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/src/cubic-roots/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const regl = require('regl')({

const exp = document.createElement('div');
exp.innerHTML = `
A reproduction of a <a href="https://mathstodon.xyz/@[email protected]/109404591773876307">diagram by Freya Holmér</a> showing the relation between cubic polynomials and an equilateral triangle.
A reproduction of a <a href="https://mathstodon.xyz/@[email protected]/109404591773876307">diagram by Freya Holmér</a> showing the relationship between cubic polynomials and an equilateral triangle.
`;
document.body.appendChild(exp);
exp.classList.add('explanation');
Expand Down

0 comments on commit 45f9f67

Please sign in to comment.