We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b89fdb commit 7319160Copy full SHA for 7319160
web/components/HelpWindow.tsx
@@ -43,6 +43,13 @@ export function HelpWindow({ onClose }: { onClose: () => void }) {
43
</a>{" "}
44
under the Apache 2.0 license (use it however you'd like!)
45
</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>
53
</div>
54
</Window>
55
);
0 commit comments