Skip to content

Commit

Permalink
feat: updated click to open text and added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardNew committed Nov 7, 2024
1 parent 6218cde commit 8157120
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
16 changes: 16 additions & 0 deletions public/images/icons/click-to-crack-the-case-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/app/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ summary {
position: relative;
}

#click-to-open-text {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}

#folder {
position: relative;
width: calc(var(--folder-height) * 1.411);
Expand Down
10 changes: 9 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,15 @@ export default function Page() {
<div />
</div>
</div>
<h1 id="click-to-open-text">Click/Tap To Open</h1>
<div id="click-to-open-text">
<h1>Crack the Case</h1>
<Image
src="/images/icons/click-to-crack-the-case-icon.svg"
alt=""
width={46}
height={48}
/>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 8157120

Please sign in to comment.