Skip to content

Commit 2adb942

Browse files
authored
Merge branch 'main' into dev
2 parents 11526e8 + 13d7668 commit 2adb942

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: production-files
3232
path: ./dist
3333

34-
deploy:
34+
deploy_gh_page:
3535
name: Deploy
3636
needs: build
3737
runs-on: ubuntu-latest
@@ -49,3 +49,4 @@ jobs:
4949
with:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
5151
publish_dir: ./dist
52+

src/components/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export default function Hero(props: HeroProps) {
186186
recovery plans, medication reconciliation, and expert follow-up support 
187187
</Typography>
188188
to prevent readmissions and guide you toward lasting health -&nbsp;
189+
189190
<Typography
190191
component="span"
191192
sx={{

0 commit comments

Comments
 (0)