Skip to content

Commit

Permalink
remove old cloak class
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 23, 2024
1 parent 7f64258 commit 914627a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Interpreter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Interpreter(): JSX.Element {
</Head>
<div className="intro">
<div className="actions-wrapper">
<ul className="actions cloak">
<ul className="actions">
<li className="zoom-in icon">
<a href="#" onClick={sizeInrement(0.1)}>Zoom In</a>
</li>
Expand Down

0 comments on commit 914627a

Please sign in to comment.