diff --git a/lib/home/shows.dart b/lib/home/shows.dart index 8ae5f05..57ea539 100644 --- a/lib/home/shows.dart +++ b/lib/home/shows.dart @@ -51,7 +51,7 @@ final ShowList = [ title: "PAWTUCKET ART GALLERY", date: DateTime(2023, 12, 9, 19)), Show( - url: "https://ci.ovationtix.com/36186/production/1213789?performanceId=11525072/", + url: "https://ci.ovationtix.com/36186/production/1213789?performanceId=11525072", title: "ALBUM RELEASE SHOW @ REGENT", date: DateTime(2024, 10, 12, 20)), ]; diff --git a/lib/main.dart b/lib/main.dart index 1d3f747..1178732 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -76,7 +76,7 @@ class _MyHomePageState extends State { theme: ThemeData( tabBarTheme: TabBarTheme( indicator: const UnderlineTabIndicator( - borderSide: BorderSide(color: Colors.transparent), + borderSide: BorderSide(color: Colors.black), ), labelColor: Colors.black, labelStyle: TextStyle( @@ -93,6 +93,7 @@ class _MyHomePageState extends State { ), home: DefaultTabController( length: 3, + initialIndex: 2, // make album the default page during promo cycle child: Scaffold( backgroundColor: Colors.white, appBar: AppBar(