jld3103
1 year ago
6 changed files with 84 additions and 76 deletions
@ -1,6 +1,12 @@
|
||||
import 'package:flutter_svg/flutter_svg.dart'; |
||||
import 'package:neon/neon.dart'; |
||||
|
||||
Branding getNeonBranding() => Branding( |
||||
name: 'Nextcloud Neon', |
||||
logo: SvgPicture.asset( |
||||
'assets/logo.svg', |
||||
width: 100, |
||||
height: 100, |
||||
), |
||||
legalese: 'Copyright © 2023, provokateurin\nUnder GPLv3 license', |
||||
); |
||||
|
Loading…
Reference in new issue