Skip to content

Commit

Permalink
test: Update text for testing Jenkins + next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonlang committed Aug 3, 2022
1 parent ba9d7e8 commit 32a6cd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ yarn-error.log*

# typescript
*.tsbuildinfo

# Dockerfile
Dockerfile
4 changes: 1 addition & 3 deletions client/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const Home: NextPage = () => {
</Head>

<main className={styles.main}>
<h1 className={styles.title}>
Welcome to <a href="https://nextjs.org">Next.js!</a>
</h1>
<h1 className={styles.title}>Last test for Jenkins + next.js !</h1>

<Button variant="contained">button color test</Button>

Expand Down

0 comments on commit 32a6cd0

Please sign in to comment.