wip: polish
This commit is contained in:
@@ -47,7 +47,7 @@ export const WidgetKinds = {
|
||||
|
||||
export const DefaultWidgets: Array<WidgetGroup> = [
|
||||
{
|
||||
title: 'Network / Follows',
|
||||
title: 'Circles / Follows',
|
||||
data: [
|
||||
{
|
||||
kind: WidgetKinds.tmp.xfeed,
|
||||
@@ -57,12 +57,12 @@ export const DefaultWidgets: Array<WidgetGroup> = [
|
||||
{
|
||||
kind: WidgetKinds.local.files,
|
||||
title: 'Files',
|
||||
description: 'All files shared by people in your network',
|
||||
description: 'All files shared by people in your circle',
|
||||
},
|
||||
{
|
||||
kind: WidgetKinds.local.articles,
|
||||
title: 'Articles',
|
||||
description: 'All articles shared by people in your network',
|
||||
description: 'All articles shared by people in your circle',
|
||||
},
|
||||
{
|
||||
kind: WidgetKinds.local.follows,
|
||||
@@ -130,7 +130,7 @@ export const useWidgets = create<WidgetState>()(
|
||||
// default: add network widget
|
||||
dbWidgets.unshift({
|
||||
id: '9999',
|
||||
title: 'Network',
|
||||
title: '',
|
||||
content: '',
|
||||
kind: WidgetKinds.local.network,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user