diff --git a/.github/workflows/vercel.yaml b/.github/workflows/vercel.yaml index 65d0b799c..fa46c1fa3 100644 --- a/.github/workflows/vercel.yaml +++ b/.github/workflows/vercel.yaml @@ -1,23 +1,23 @@ -name: Deploy to Vercel +# name: Deploy to Vercel -on: - push: - branches: - - dev-server +# on: +# push: +# branches: +# - dev-server -jobs: - build: - runs-on: ubuntu-latest +# jobs: +# build: +# runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 +# steps: +# - name: Checkout code +# uses: actions/checkout@v2 - - name: Install dependencies - run: npm install +# - name: Install dependencies +# run: npm install - - name: Build - run: npm run build +# - name: Build +# run: npm run build - - name: Deploy to Vercel - run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod +# - name: Deploy to Vercel +# run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod diff --git a/package.json b/package.json index f7a66458e..bc980676d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mulearnfrontend", "private": true, - "version": "0.0.5", + "version": "0.0.6", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css b/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css index 505a95887..8505bbcb3 100644 --- a/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css +++ b/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css @@ -59,7 +59,7 @@ .InputSchedule { width: 100%; .weeks { - grid-template-columns: auto auto auto auto auto; + grid-template-columns: auto auto auto auto; .box { width: 40px; height: 40px;