modified from final to const as it won’t change value
This commit is contained in:
parent
404e79211e
commit
61fe6f71a4
@ -2,7 +2,7 @@ import 'dart:html';
|
|||||||
|
|
||||||
import './navbar.dart' show makeNavbar;
|
import './navbar.dart' show makeNavbar;
|
||||||
|
|
||||||
final image_header = 'https://cdn.phundrak.com/img/mahakala-monochrome.png';
|
const image_header = 'https://cdn.phundrak.com/img/mahakala-monochrome.png';
|
||||||
|
|
||||||
Future<Element> makeHeader() async {
|
Future<Element> makeHeader() async {
|
||||||
var header = Element.tag('header');
|
var header = Element.tag('header');
|
||||||
|
Reference in New Issue
Block a user