Skip to content

Commit

Permalink
link to the live stream in the info page
Browse files Browse the repository at this point in the history
  • Loading branch information
smtrowel committed Apr 1, 2024
1 parent df7de18 commit 22f3b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ const InfoScreen = () => {
</Button>
<Button
onPress={() => {
openBrowserAsync("https://danceblue.org").catch(universalCatch);
openBrowserAsync("https://dancblue.org/db24-live").catch(
universalCatch
);
}}
width="2/5"
backgroundColor={"secondary.400"}
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/src/navigation/root/tab/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const TabBar = () => {

useEffect(() => {
if (!tabConfigLoading) {
let tempCurrentTabs = [possibleTabs.Marathon];
let tempCurrentTabs = [];

const enabledScreens = allEnabledScreens.filter(
(screen) => screen !== fancyTab
Expand Down

0 comments on commit 22f3b39

Please sign in to comment.