We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e7958 commit 25ef3b0Copy full SHA for 25ef3b0
src/client/components/pages/NewPage.tsx
@@ -22,7 +22,7 @@ const NewPage: NextPage = () => {
22
<NumPad />
23
<GenerateButton />
24
</div>
25
- <PoweredBy />
+ {/* <PoweredBy /> */}
26
27
);
28
};
0 commit comments