diff --git a/.github/workflows/test.build.lib.yml b/.github/workflows/test.build.lib.yml index 99b3cd50..f47d03b2 100644 --- a/.github/workflows/test.build.lib.yml +++ b/.github/workflows/test.build.lib.yml @@ -1,6 +1,12 @@ name: build:lib -on: push +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: files-changed: diff --git a/app/src/ModalContent.tsx b/app/src/ModalContent.tsx index 61ba2a6e..65e849dc 100644 --- a/app/src/ModalContent.tsx +++ b/app/src/ModalContent.tsx @@ -17,6 +17,14 @@ export function Welcome1({ clickAction1, map }: ChapterProps) { {map.custom_text ? ( <> +
+ +
) : ( <>