From e04bf492a1bd6fa0ee42a68c3353a719f01e056e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Sat, 29 Jun 2024 14:41:17 +0200 Subject: [PATCH] add scanme logo --- src/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 24144a9..e8d2417 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -36,7 +36,8 @@ const tabs = [ } ] -//const defaultData = 'https://lesailesdumontblanc.com' +// All embedded logos +// See public directory for the images const embeddedLogos = [ { path: '/admb.svg', label: 'Mini Admb light blue' }, { path: '/admb-navy.svg', label: 'Mini Admb navy blue' }, @@ -47,6 +48,7 @@ const embeddedLogos = [ { path: '/admb-micro-red.svg', label: 'Micro Admb red' }, { path: '/gin.svg', label: 'Website paraglider' }, { path: '/wing.svg', label: 'Website wing' }, + { path: '/scanme.svg', label: 'Scan me' }, ]; const defaultBrand = '/admb.svg'