Skip to content

Commit

Permalink
index-content-safe-card
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyachao committed Aug 2, 2024
1 parent e5375fc commit 7b796fc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/index-mobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const MobileIndexPage: NextPage<{}> = () => {
<>
<img className='w-full' alt='' src="/_images/image-page/index-content-20240620-1-m.png" />
<LlmIntegration />
<img className='w-full' alt='' src="/_images/image-page/index-content-20240717-3-m.png" />
<img className='w-full' alt='' src="/_images/image-page/index-content-20240802-3-m.png" />
</>
):
<>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Home: NextPage = () => {
<div className="w-[83.29%] h-[63.1%] absolute left-[8.325%] bottom-[12.06%]">
<img className={(cls('w-full h-full', safeCardIndex === 0 ? 'block' : 'hidden'))} alt='' src="/_images/image-page/index-content-safe-card1-0620.png" />
<img className={(cls('w-full h-full', safeCardIndex === 1 ? 'block' : 'hidden'))} alt='' src="/_images/image-page/index-content-safe-card2-0620.png" />
<img className={(cls('w-full h-full', safeCardIndex === 2 ? 'block' : 'hidden'))} alt='' src="/_images/image-page/index-content-safe-card3-0620.png" />
<img className={(cls('w-full h-full', safeCardIndex === 2 ? 'block' : 'hidden'))} alt='' src="/_images/image-page/index-content-safe-card3-0802.png" />
<img className={(cls('w-full h-full', safeCardIndex === 3 ? 'block' : 'hidden'))} alt='' src="/_images/image-page/index-content-safe-card4-0620.png" />
<div className="absolute w-[29%] h-[10%] left-[3.6%] top-[18%] cursor-pointer" onClick={() => handleClickTab(0, '0')} />
<div className="absolute w-[29%] h-[10%] left-[3.6%] top-[calc(18%+18%)] cursor-pointer" onClick={() => handleClickTab(1, 'calc((15% + (100% - 15% * 4)/3) * 1)')} />
Expand Down

0 comments on commit 7b796fc

Please sign in to comment.