Skip to content

Commit

Permalink
add scanme logo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 29, 2024
1 parent 1477272 commit e04bf49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand All @@ -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'

Expand Down

0 comments on commit e04bf49

Please sign in to comment.