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.
2 parents b345f36 + 11a67b1 commit a60fcabCopy full SHA for a60fcab
apps/client/layouts/newLayout.tsx
@@ -987,7 +987,11 @@ export default function NewLayout({ children }: any) {
987
target="_blank"
988
className="hover:cursor-pointer"
989
>
990
- <Button variant="outline" className="hover:cursor-pointer">
+ {/* <Button variant="outline" className="hover:cursor-pointer">
991
+ Send Feedback
992
+ </Button> */}
993
+
994
+ <Button variant="outline" className="hover:cursor-pointer whitespace-nowrap">
995
Send Feedback
996
</Button>
997
</Link>
0 commit comments