Skip to content

Commit 7319160

Browse files
committed
credit
1 parent 7b89fdb commit 7319160

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/components/HelpWindow.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ export function HelpWindow({ onClose }: { onClose: () => void }) {
4343
</a>{" "}
4444
under the Apache 2.0 license (use it however you&apos;d like!)
4545
</p>
46+
<p className="text-sm">
47+
Special thanks to{" "}
48+
<a href="https://jdan.github.io/98.css/" target="_blank">
49+
98.css
50+
</a>{" "}
51+
for the classic look.
52+
</p>
4653
</div>
4754
</Window>
4855
);

0 commit comments

Comments
 (0)