Skip to content

Commit

Permalink
fix: shake ui
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Mar 30, 2024
1 parent ac1ded4 commit 01e04fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/Shake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ShakeComponent({

return(
<div
className="h-full px-[2.5rem] pt-[1.5rem] text-white w-auto"
className="h-screen px-[2.5rem] pt-[1.5rem] text-white w-auto"
style={university == 'cu' ?
{ background: 'linear-gradient(to bottom, #EE457B 0%, #F1678D 35%, #F6ADCD 90%, #FFFFFF 100%)' } :
{ background: 'linear-gradient(to bottom, #AA1E23 0%, #F06143 35%, #FBAF44 90%, #FFFFFF 100%)' }
Expand All @@ -25,7 +25,7 @@ export default function ShakeComponent({
<Link href="../user" className="flex justify-start">
<Image src="../shake/arrow-back.svg" alt="arrow-back" width={25} height={25} />
</Link>
<div className="h-full max-h-[600px] flex flex-col items-center justify-between">
<div className="h-full flex flex-col items-center justify-between space-y-4 mb-10">
<Image src="../shake/cu-tu-ball-logo.svg" alt="cu-tu-ball-logo" width={60} height={104} ></Image>
<Image src={university == 'cu' ? "../shake/chula-logo.svg" : "../shake/tu-logo.svg"} alt="chula-logo" width={65} height={104} ></Image>
<h1 className="font-bold">{university == 'cu' ? '#ทีมจุฬาฯ' : '#ทีมมธ.'}</h1>
Expand Down

0 comments on commit 01e04fe

Please sign in to comment.