diff --git a/apps/webapp/app/assets/icons/OneTreeIcon.tsx b/apps/webapp/app/assets/icons/OneTreeIcon.tsx new file mode 100644 index 000000000..280a7b73c --- /dev/null +++ b/apps/webapp/app/assets/icons/OneTreeIcon.tsx @@ -0,0 +1,161 @@ +export function OneTreeIcon({ className }: { className?: string }) { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} diff --git a/apps/webapp/app/assets/icons/SaplingIcon.tsx b/apps/webapp/app/assets/icons/SaplingIcon.tsx new file mode 100644 index 000000000..80a0109de --- /dev/null +++ b/apps/webapp/app/assets/icons/SaplingIcon.tsx @@ -0,0 +1,137 @@ +export function SaplingIcon({ className }: { className?: string }) { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} diff --git a/apps/webapp/app/assets/icons/TwoTreesIcon.tsx b/apps/webapp/app/assets/icons/TwoTreesIcon.tsx new file mode 100644 index 000000000..b00cd7aed --- /dev/null +++ b/apps/webapp/app/assets/icons/TwoTreesIcon.tsx @@ -0,0 +1,44 @@ +export function TwoTreesIcon({ className }: { className?: string }) { + return ( + + + + + + + + + + + + + + ); +} diff --git a/apps/webapp/app/assets/images/gradient-background.png b/apps/webapp/app/assets/images/gradient-background.png new file mode 100644 index 000000000..65c861c0d Binary files /dev/null and b/apps/webapp/app/assets/images/gradient-background.png differ diff --git a/apps/webapp/app/components/Feedback.tsx b/apps/webapp/app/components/Feedback.tsx index 8f2496414..0ce5e0abc 100644 --- a/apps/webapp/app/components/Feedback.tsx +++ b/apps/webapp/app/components/Feedback.tsx @@ -20,6 +20,8 @@ import { } from "./primitives/Select"; import { Sheet, SheetBody, SheetContent, SheetHeader, SheetTrigger } from "./primitives/Sheet"; import { TextArea } from "./primitives/TextArea"; +import { DiscordIcon } from "@trigger.dev/companyicons"; +import { ChevronRightIcon } from "@heroicons/react/24/solid"; type FeedbackProps = { button: ReactNode; @@ -55,14 +57,15 @@ export function Feedback({ button, defaultValue = "bug" }: FeedbackProps) { Help & feedback - - Use this form to ask for help or give us feedback. We read every message and will get + + + Or use this form to ask for help or give us feedback. We read every message and will get back to you as soon as we can.
-
+
- +