Skip to content

Commit 99ad528

Browse files
aidenybaiamiagent
andcommitted
remove branding text from website terminal, keep box face only
Generated with [Ami](https://ami.dev) Co-Authored-By: Ami <noreply@ami.dev>
1 parent 389af55 commit 99ad528

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/website/src/components/terminal.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ const DoctorBranding = ({ score }: { score: number }) => {
143143
<pre className={`${colorClass} leading-tight`}>
144144
{` ${BOX_TOP}\n │ ${eyes} │\n │ ${mouth} │\n ${BOX_BOTTOM}`}
145145
</pre>
146-
<div>
147-
{" React Doctor "}
148-
<span className="text-neutral-500">(www.react.doctor)</span>
149-
</div>
150146
</div>
151147
);
152148
};

0 commit comments

Comments
 (0)