feat: add suggest screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user