UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

Created page for blocking non-members from bookings #719

Open Kartik-M24 opened 3 months ago

Kartik-M24 commented 3 months ago

This isn't complete yet just had a question cause I couldn't center the div

Kartik-M24 commented 3 months ago

image

image

I think the width is a bit off for this, but if I increase padding it messes up the small mobile version

github-actions[bot] commented 3 months ago

Visit the preview URL for this PR (updated for commit 2fe1ebb):

https://uasc-ceebc--pr719-524-frontend-impleme-1k2gzbtz.web.app

(expires Mon, 19 Aug 2024 00:02:48 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa

Kartik-M24 commented 2 months ago

The prechecks said to run yarn, after doing so the only file that updates is yarn.lock which I had deleted, what do you recommend I do?

bcho892 commented 2 months ago

The prechecks said to run yarn, after doing so the only file that updates is yarn.lock which I had deleted, what do you recommend I do?

You shouldn't delete yarn.lock as that tells yarn what it needs to download.

Instead what you should do is revert it to the master version (make sure you have the latest master) with git checkout master yarn.lock