Skip to content

Commit

Permalink
fix: remove last card in intro and make downloads button functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
u02 committed Feb 8, 2024
1 parent 54d660f commit fb30761
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 4 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.2788c9ca.css",
"main.js": "/static/js/main.802e7bcd.js",
"main.js": "/static/js/main.a68ff7fc.js",
"static/media/screenshot-connections.bmp": "/static/media/screenshot-connections.0d5a7e25c36e781d7f4c.bmp",
"static/media/screenshot-flights.bmp": "/static/media/screenshot-flights.b57018e29c06b8b552a3.bmp",
"static/media/screenshot-parameters-editor.bmp": "/static/media/screenshot-parameters-editor.2f25ec4206c084c2e86c.bmp",
Expand All @@ -15,10 +15,10 @@
"index.html": "/index.html",
"static/media/getFetch.cjs": "/static/media/getFetch.40f37ddea2378391108f.cjs",
"main.2788c9ca.css.map": "/static/css/main.2788c9ca.css.map",
"main.802e7bcd.js.map": "/static/js/main.802e7bcd.js.map"
"main.a68ff7fc.js.map": "/static/js/main.a68ff7fc.js.map"
},
"entrypoints": [
"static/css/main.2788c9ca.css",
"static/js/main.802e7bcd.js"
"static/js/main.a68ff7fc.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"><link rel="manifest" href="./site.webmanifest"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Asv.Drones</title><script defer="defer" src="/static/js/main.802e7bcd.js"></script><link href="/static/css/main.2788c9ca.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div></body><script async src="https://www.googletagmanager.com/gtag/js?id=G-XGVWVDB3FW"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-XGVWVDB3FW")</script></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"><link rel="manifest" href="./site.webmanifest"><link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Asv.Drones</title><script defer="defer" src="/static/js/main.a68ff7fc.js"></script><link href="/static/css/main.2788c9ca.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div></body><script async src="https://www.googletagmanager.com/gtag/js?id=G-XGVWVDB3FW"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-XGVWVDB3FW")</script></html>
3 changes: 3 additions & 0 deletions static/js/main.a68ff7fc.js

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions static/js/main.a68ff7fc.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*! js-cookie v3.0.5 | MIT */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.a68ff7fc.js.map

Large diffs are not rendered by default.

0 comments on commit fb30761

Please sign in to comment.