We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11526e8 + 13d7668 commit 2adb942Copy full SHA for 2adb942
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
name: production-files
32
path: ./dist
33
34
- deploy:
+ deploy_gh_page:
35
name: Deploy
36
needs: build
37
runs-on: ubuntu-latest
@@ -49,3 +49,4 @@ jobs:
49
with:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
51
publish_dir: ./dist
52
+
src/components/Hero.tsx
@@ -186,6 +186,7 @@ export default function Hero(props: HeroProps) {
186
recovery plans, medication reconciliation, and expert follow-up support
187
</Typography>
188
to prevent readmissions and guide you toward lasting health -
189
190
<Typography
191
component="span"
192
sx={{
0 commit comments