Skip to content

Commit 0c89bb5

Browse files
authored
Merge pull request #361 from tilfischer/main
Merge branch 'main' of https://github.com/tilfischer/knowledge_base
2 parents abd9c41 + 42c25a2 commit 0c89bb5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/components/repos/DecisionTree.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,20 @@ const DecisionTree = () => {
210210

211211
<text
212212
className={styles.svgDescText}
213-
transform="translate(562.8 229.2)"
213+
transform="translate(562.8 218.4)"
214+
214215
>
215216
<tspan x="0" y="0">
216217
crystal structures of
217218
</tspan>
218219
<tspan x="-9" y="21.6">
219220
molecular organic and
220221
</tspan>
221-
<tspan x="-6.1" y="43.2">
222-
inorganic compounds
222+
<tspan x="1" y="43.2">
223+
molecular inorganic
224+
</tspan>
225+
<tspan x="32" y="64.8">
226+
compounds
223227
</tspan>
224228
</text>
225229

0 commit comments

Comments
 (0)