diff --git a/src/app/(dashboard)/app/_components/welcome-message.tsx b/src/app/(dashboard)/app/_components/welcome-message.tsx new file mode 100644 index 00000000..d23008ae --- /dev/null +++ b/src/app/(dashboard)/app/_components/welcome-message.tsx @@ -0,0 +1,24 @@ +'use client'; + +import { useUser } from '@clerk/nextjs'; + +export function WelcomeMessage() { + const { user } = useUser(); + + if (user === null || user === undefined) { + return null; + } + + return ( +
+ “The final wisdom of life requires not the annulment of incongruity but + the achievement of serenity within and above it.” - Reinhold Niebuhr +
+- “The final wisdom of life requires not the annulment of incongruity - but the achievement of serenity within and above it.” - Reinhold - Niebuhr -
-