From 2649179cffa30f5c268f546f1b17ef5f8eac7789 Mon Sep 17 00:00:00 2001
From: vjrj <vjrj@comunes.org>
Date: Thu, 20 Apr 2023 20:24:47 +0200
Subject: [PATCH] Ginkgo net url icon

---
 lib/ui/ui_helpers.dart | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/ui/ui_helpers.dart b/lib/ui/ui_helpers.dart
index d5373b0b..7d42ce48 100644
--- a/lib/ui/ui_helpers.dart
+++ b/lib/ui/ui_helpers.dart
@@ -276,3 +276,6 @@ String decimalSep(BuildContext context) {
 Color selectedPatternLock(BuildContext context) => Colors.red;
 
 Color notSelectedPatternLock(BuildContext context) => Colors.amber;
+
+String ginkgoNetIcon =
+    'https://git.duniter.org/vjrj/ginkgo/-/raw/master/web/icons/favicon-32x32.png';
-- 
GitLab