diff --git a/.eslintrc.json b/.eslintrc.json index 7bd6e6b..6462976 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,6 +7,6 @@ ], "rules": { // your custom rules - "@typescript-eslint/no-unused-vars": "error", + "@typescript-eslint/no-unused-vars": ["error"], } } diff --git a/app/page.tsx b/app/page.tsx index 6d0237e..509f2aa 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -24,13 +24,15 @@ export default function Home() { return ( + - + + + @@ -99,7 +104,7 @@ export default function Home() { Example PCB! - Section 2 - hello world + Info Blurb goes here + + + Design a Decoration + + + + + Submit a PR + + + + Get it Shipped! + + + + + Requirements: + + + - Must be a student in high school or below
- Made with ❤️ and ❄️ by Bright Li & Scott Chiang + Made with ❤️ and ❄️ by Bright Li (@bright li) & Scott Chiang (@Scott)
);