Skip to content

Commit

Permalink
use original banner resolution (no downsizing when DPR = 1, because I…
Browse files Browse the repository at this point in the history
… cannot get that to work)
  • Loading branch information
SheepTester committed Dec 28, 2024
1 parent a8596bf commit c53a919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions client/src/components/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ const Dashboard = ({ name, faq, status, timeline }: DashboardProps) => {
Access the application and view DiamondHacks updates here.
</Typography>
<Image
src={Banner.src}
src={Banner}
alt="Two diamond critters find a large jewel in a vault"
width={1128}
height={350}
quality={100}
className={styles.bannerImage}
/>
Expand Down
2 changes: 2 additions & 0 deletions client/src/components/Dashboard/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
top: 0;
right: 0;
z-index: -1;
width: auto;
height: 100%;
animation: fade-in 3.5s 1.5s backwards;
}

Expand Down

0 comments on commit c53a919

Please sign in to comment.