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 d5a6144 commit 8efdaf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/components/Shake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ export default function ShakeComponent({
</div>
)}
</div>
<>
<div className="self-end mb-[-15px]">
<Image src="../shake/fire-icon.svg" alt="fire-icon" width={36} height={36}></Image>
</div>
<div className="w-full h-[16px] bg-white rounded-[20px] mb-[20px]">
<div className={university == 'cu' ? "h-full bg-[#EE477C] rounded-[20px]" : "h-full bg-[#FF6625] rounded-[20px]"}
style={{ width: `${Math.min((count / 500) * 100, 100)}%`}} />
</div>
</>
</div>
</div>
)
Expand Down

0 comments on commit 8efdaf5

Please sign in to comment.