Skip to content

Commit

Permalink
Fixed Missing space 🔮
Browse files Browse the repository at this point in the history
  • Loading branch information
FireDroX committed May 11, 2024
1 parent fab4b5f commit 043f068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReadSeed/ReadSeed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ReadSeed = ({ data, reset = function () {}, where = "reader" }) => {
<div className="read-values">
<div className="read-infos">
<small style={{ color: "var(--text45)" }}>
SEED :<span className="location-info">{seed}</span> ; VERSION :{" "}
SEED : <span className="location-info">{seed}</span> ; VERSION :{" "}
<span className="location-info">{version}</span>
</small>
</div>
Expand Down

0 comments on commit 043f068

Please sign in to comment.