Skip to content

Commit e485ecf

Browse files
keyhellclaude
andcommitted
Add attribution and GitHub link to help tooltip
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3f63db1 commit e485ecf

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/components/replica-builder/settings/UsageHelpContent.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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>.

0 commit comments

Comments
 (0)