We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9483d22 commit 525738dCopy full SHA for 525738d
src/components/TDViewer/TDViewer.jsx
@@ -58,7 +58,7 @@ export default function TDViewer() {
58
return (
59
<div className="flex h-full w-full bg-gray-500 justify-center align-center text-center ">
60
<div className="text-4xl text-white place-self-center">
61
- Start writing a new TD by clicking "New TD"
+ Start writing a new TD or TM by clicking "New"
62
</div>
63
64
);
0 commit comments