Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz committed Jul 3, 2024
1 parent 37d9e41 commit 1bea450
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,9 @@ jobs:
statuses: write
pull-requests: write

env:
NODE_OPTIONS: --max_old_space_size=4096
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v4
with:
node-version: 20

- uses: pnpm/action-setup@v4

- uses: nexterias/actions-vercel@v1
with:
token: ${{ secrets.VERCEL_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion components/theater/UpcomingCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { locale } = useI18n()
{{ $dayjs(theater.date).locale(locale).format("DD MMMM YYYY") }}
</div>
</div>
<div class="text-sm bg-blue-500 text-white px-2.5 rounded-xl py-1 self-start">
<div class="text-sm bg-blue-500 text-white px-2.5 rounded-xl py-1 self-start whitespace-nowrap">
{{ $t('member_count', { count: theater.member_count }) }}
</div>
</div>
Expand Down

0 comments on commit 1bea450

Please sign in to comment.