diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index deb237c..a3d5eba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: repository: UTM-Robotics/team-images - path: "src/lib/team" + path: 'src/lib/team' ssh-key: ${{ secrets.DEPLOY_KEY }} - name: create env files diff --git a/src/lib/components/Team.svelte b/src/lib/components/Team.svelte index 0f3ec44..e37e8bc 100644 --- a/src/lib/components/Team.svelte +++ b/src/lib/components/Team.svelte @@ -1,17 +1,21 @@ -
-

Meet the Team

+{#if today.getTime() < expires.getTime()} +
+

Meet the Team

-
- {#each team as member} - - {/each} -
-
+
+ {#each team as member} + + {/each} +
+
+{/if}