update title bar

This commit is contained in:
2023-11-01 14:58:20 +07:00
parent f2dddf97f5
commit 3ad6830bfb
3 changed files with 54 additions and 34 deletions

View File

@@ -140,7 +140,7 @@ export function NewsfeedWidget() {
return (
<WidgetWrapper>
<TitleBar id="9999" />
<TitleBar id="9999" isLive />
<VList className="flex-1">
{status === 'pending' ? (
<div className="px-3 py-1.5">

View File

@@ -134,7 +134,7 @@ export function NotificationWidget() {
return (
<WidgetWrapper>
<TitleBar id="9998" title="Notification" />
<TitleBar id="9998" title="Notification" isLive />
<VList className="flex-1">
{status === 'pending' ? (
<div className="px-3 py-1.5">