Skip to content

Commit

Permalink
Make img smaller (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisullum authored Dec 25, 2024
1 parent f12863a commit b1d8b89
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file removed apps/web/public/img/dash/pass/bg.png
Binary file not shown.
Binary file added apps/web/public/img/dash/pass/bg.webp
Binary file not shown.
1 change: 1 addition & 0 deletions apps/web/src/app/dash/pass/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ function EventPass({ qrPayload, user, clerk, guild }: EventPassProps) {
src={c.eventPassBgImage}
alt={""}
fill
priority
className="no-select -translate-y-[15%] scale-[0.8] object-contain"
/>
<div className="grid h-20 w-full grid-cols-2">
Expand Down
2 changes: 1 addition & 1 deletion packages/config/hackkit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ const c = {
maxResumeSizeInBytes: 4194304,
maxProfilePhotoSizeInBytes: 3145728,
maxFileSizeInBytes: 4194304,
eventPassBgImage: "/img/dash/pass/bg.png",
eventPassBgImage: "/img/dash/pass/bg.webp",
noResumeProvidedURL:
"https://static.acmutsa.org/No%20Resume%20Provided.pdf",
// Come in and change this date to whenever the hackathon starts
Expand Down

0 comments on commit b1d8b89

Please sign in to comment.