diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 350bf325..c63c9cbf 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -34,7 +34,7 @@ jobs: - uses: pnpm/action-setup@v6 name: Install pnpm with: - version: 11 + version: 11.3.0 - name: Install dependencies 📦 run: pnpm install @@ -66,7 +66,7 @@ jobs: - uses: pnpm/action-setup@v6 name: Install pnpm with: - version: 11 + version: 11.3.0 - name: Install dependencies 📦 run: pnpm install diff --git a/web/app/layouts/website.vue b/web/app/layouts/website.vue index 1aadb1b6..24dbff17 100644 --- a/web/app/layouts/website.vue +++ b/web/app/layouts/website.vue @@ -14,6 +14,7 @@ import { mdiScaleBalance, mdiEmailOutline, mdiBookOpenVariant, + mdiRocketLaunchOutline, } from '@mdi/js' const router = useRouter() @@ -183,6 +184,19 @@ function goToPricing() {

Resources