Skip to content

Commit

Permalink
Widget UI and fetched data
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhungypl committed Apr 24, 2022
1 parent a180ed0 commit 65ad968
Show file tree
Hide file tree
Showing 39 changed files with 1,333 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
],
"no-console": ["warn"],
"react/display-name": ["off"]
"react/display-name": ["off"],
"@next/next/no-img-element": ["off"]
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ sketch


.eslintcache


.env
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 65ad968

Please sign in to comment.