feat: add suggest screen

This commit is contained in:
reya
2024-01-20 14:51:13 +07:00
parent b726ae3c7c
commit 9fcdac4edb
14 changed files with 447 additions and 39 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ export function EmptyFeed({
>
<InfoIcon className="size-8 text-blue-500" />
<div className="text-center">
<p className="font-semibold text-lg">{text ? text : "No events yet"}</p>
<p className="font-semibold text-lg">
{text ? text : "This feed is empty"}
</p>
<p className="leading-tight text-sm">
{subtext
? subtext