Skip to content

Commit

Permalink
Fix: delete temporary code
Browse files Browse the repository at this point in the history
  • Loading branch information
dannaward committed May 20, 2023
1 parent df00cf1 commit a05151a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function Home() {
<CtaLargeBtn key={"connect"} title={"Import your wallet"} />
</BtnContainer>
</Container>
<Script id="my-script">{`function test() { alert("오예"); }`}</Script>
</>
);
}
Expand Down

0 comments on commit a05151a

Please sign in to comment.