Skip to content

Commit

Permalink
en-no-rpa
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyachao committed Oct 9, 2024
1 parent f9137a2 commit fbfa47d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -92,7 +92,7 @@ const MobileIndexPage: NextPage<{}> = () => {
</>
):
<>
<img alt="" className='w-full' src="/_images/image-page/index-content-m-en.png" />
<img alt="" className='w-full' src="/_images/image-page/index-content-m-en-no-rpa.png" />
<LlmIntegration />
</>
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const Home: NextPage = () => {
</>
) :
<>
<img className='w-full' alt='' src="/_images/image-page/index-content-20240516-en.png" />
<img className='w-full' alt='' src="/_images/image-page/index-content-20240516-en-no-rpa.png" />
<LlmIntegration />
<img className='w-full' alt='' src="/_images/image-page/index-logos-title-20240516-en.png" />
<LogosWallNew />
Expand Down

0 comments on commit fbfa47d

Please sign in to comment.