Skip to content

Commit

Permalink
feat: verify ticket order
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Dec 27, 2023
1 parent 5aa0692 commit 9752bee
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion components/TicketSection/TicketCardLPU.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function TicketCard({
toast.success('LPU Student Pass Selected', {
position: 'top-right',
});
}}>Coming Soon</Button>
}} className='bg-red-950'>Rs. 200</Button>
</div>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion components/TicketSection/TicketCardProf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function TicketCard({
toast.success('Professional Pass Selected', {
position: 'top-right',
});
}}>Coming Soon</Button>
}} className='bg-red-950'>Rs. 400</Button>
</div>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion components/TicketSection/TicketCardStudent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function TicketCard({
toast.success('Standard Pass Selected', {
position: 'top-right',
});
}}>Coming Soon</Button>
}} className='bg-red-950'>Rs. 300</Button>
</div>
</div>
)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.14",
"axios": "^1.6.2",
"axios": "^1.6.3",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"next": "13.5.4",
"postcss": "8.4.24",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
Expand Down
17 changes: 4 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,10 @@ axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0"
integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==

axios@^1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
axios@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4"
integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down Expand Up @@ -2009,15 +2009,6 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

[email protected]:
version "8.4.24"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
dependencies:
nanoid "^3.3.6"
picocolors "^1.0.0"
source-map-js "^1.0.2"

[email protected]:
version "8.4.31"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
Expand Down

0 comments on commit 9752bee

Please sign in to comment.