Skip to content

Commit

Permalink
prep for promo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-stein authored Sep 28, 2024
1 parent 7f7ef27 commit 1c6b8a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/home/shows.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
];
3 changes: 2 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class _MyHomePageState extends State<MyHomePage> {
theme: ThemeData(
tabBarTheme: TabBarTheme(
indicator: const UnderlineTabIndicator(
borderSide: BorderSide(color: Colors.transparent),
borderSide: BorderSide(color: Colors.black),
),
labelColor: Colors.black,
labelStyle: TextStyle(
Expand All @@ -93,6 +93,7 @@ class _MyHomePageState extends State<MyHomePage> {
),
home: DefaultTabController(
length: 3,
initialIndex: 2, // make album the default page during promo cycle
child: Scaffold(
backgroundColor: Colors.white,
appBar: AppBar(
Expand Down

0 comments on commit 1c6b8a0

Please sign in to comment.