File tree Expand file tree Collapse file tree
src/components/replica-builder/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,22 @@ export function UsageHelpContent() {
1919 return (
2020 < div className = "grid grid-cols-7 gap-x-2 gap-y-3 py-2 text-xs" >
2121 < div className = "col-span-full" >
22+ < p className = "mt-0 mb-3" >
23+ This application was originally developed by the{ ' ' }
24+ < a href = "https://nextfusion.org/" target = "_blank" rel = "noreferrer" className = "underline" >
25+ Next Step Fusion
26+ </ a > { ' ' }
27+ team. The source code is available on{ ' ' }
28+ < a
29+ href = "https://github.com/Next-Step-Fusion/replica-builder"
30+ target = "_blank"
31+ rel = "noreferrer"
32+ className = "underline"
33+ >
34+ GitHub
35+ </ a >
36+ .
37+ </ p >
2238 < h3 className = "mt-0 mb-2 text-sm font-bold" > Units</ h3 >
2339 < div >
2440 Coordinates and dimensions - < b > millimeters</ b > . Angles - < b > degrees</ b > .
You can’t perform that action at this time.
0 commit comments