diff --git a/src/components/ChooseSession/index.tsx b/src/components/ChooseSession/index.tsx index 85e27dda..04187a45 100644 --- a/src/components/ChooseSession/index.tsx +++ b/src/components/ChooseSession/index.tsx @@ -1,6 +1,9 @@ import { useState } from "react"; import { useCookies } from "react-cookie"; -import { ExclamationCircleIcon } from "@heroicons/react/24/outline"; +import { + ExclamationCircleIcon, + FaceFrownIcon, +} from "@heroicons/react/24/outline"; import { exampleAccount, SessionList, @@ -119,11 +122,34 @@ const ChooseSession = (): JSX.Element => { />
+ No results found +
++ No programs found with that name. Please try a different name, or + create a new program. +
++ No programs found +
++ You don't have any programs yet. Create a new one! +
+