Skip to content

Commit

Permalink
Update Tensores.jsx
Browse files Browse the repository at this point in the history
troca da palavra "tensor da métrica" para "tensor métrico"
  • Loading branch information
sarah-schayder authored Oct 17, 2024
1 parent b9fe3a1 commit 28ace35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function Tensores() {
checked={tensorDaMetricaChecked}
onChange={handleTensorDaMetricaChange}
/>
Tensor da Métrica
Tensor Métrico
</label>
</div>
<div>
Expand Down Expand Up @@ -200,7 +200,7 @@ export default function Tensores() {
<div className="Cards">
{tensorDaMetricaChecked && tensorDaMetrica && (
<Card
title="Tensor da Métrica"
title="Tensor Métrico"
result={tensorDaMetrica}
/>
)}
Expand Down

0 comments on commit 28ace35

Please sign in to comment.