mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-30 20:56:53 +00:00
chore(ui): Change icon of the Services placeholder
This commit is contained in:
parent
f9c951f127
commit
914775ac48
|
@ -48,7 +48,7 @@ class _ServicesPageState extends State<ServicesPage> {
|
||||||
showReadyCard: true,
|
showReadyCard: true,
|
||||||
title: 'service_page.nothing_here'.tr(),
|
title: 'service_page.nothing_here'.tr(),
|
||||||
description: 'basis.please_connect'.tr(),
|
description: 'basis.please_connect'.tr(),
|
||||||
iconData: BrandIcons.social,
|
iconData: BrandIcons.box,
|
||||||
)
|
)
|
||||||
: RefreshIndicator(
|
: RefreshIndicator(
|
||||||
onRefresh: () async {
|
onRefresh: () async {
|
||||||
|
|
Loading…
Reference in a new issue