Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #308 from illacloud/main
Browse files Browse the repository at this point in the history
Merge/develop
  • Loading branch information
Wangtaofeng authored Dec 13, 2023
2 parents 582d0b8 + aeda605 commit 3277313
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/common/Nav/PC/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const NavPC = (props) => {
<a
className={style.navBaseButtonStyle}
onClick={() => {
console.log('debug_login', cloudUrl)
sendTagEvent({
action: 'click_signin',
})
Expand All @@ -116,7 +115,6 @@ const NavPC = (props) => {
whiteTheme ? style.navSignUpWhiteStyle : '',
)}
onClick={() => {
console.log('debug_signup', cloudUrl)
sendTagEvent({
action: 'click_signup',
})
Expand Down
1 change: 0 additions & 1 deletion src/components/home/Banner/PC/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const BannerPC = (props) => {
<a
className="h-[48px] w-[400px] bg-tech-purple-01 rounded-[24px] px-[32px] py-[10px] font-normal text-white-01 text-center hover:bg-tech-purple-02 active:bg-tech-purple-n-01"
onClick={() => {
console.log('debug_try', cloudUrl)
sendTagEvent({
action: 'click',
category: 'homepage_body_try_cloud_free_click',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Home = ({ starCounts, uri, isMobile }) => {
setPlayMaskShow={setPlayMaskShow}
githubStarts={Math.floor(starCounts * step)}
/>
<NewContent />
<NewContent uri={uri} />
<Modal
isOpen={playMaskShow}
onClose={() => setPlayMaskShow(false)}
Expand Down

0 comments on commit 3277313

Please sign in to comment.