Skip to content

Commit

Permalink
Merge pull request #4 from Chaphasilor/dev
Browse files Browse the repository at this point in the history
Update from Dev
  • Loading branch information
Chaphasilor authored Mar 22, 2021
2 parents add8b78 + 04f046d commit ead8ce6
Show file tree
Hide file tree
Showing 20 changed files with 2,066 additions and 353 deletions.
36 changes: 34 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>Bluetooth LE Analyzer</title>
</head>
<body class="bg-lightBlue-50 dark">
<body class="dark">
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Bluetooth LE Analyzer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="app">
<div id="app" class="bg-gray-50">

<router-view></router-view>

Expand Down
Loading

0 comments on commit ead8ce6

Please sign in to comment.