Skip to content

Commit

Permalink
Merge pull request #70 from ResilientApp/SCM-34
Browse files Browse the repository at this point in the history
SCM-34
  • Loading branch information
aunshx authored Oct 5, 2024
2 parents 3c202c6 + 6c56a87 commit 77ec310
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.88edcbf5.css",
"main.js": "/static/js/main.54d73b71.js",
"main.js": "/static/js/main.b323a686.js",
"static/js/1927.8bd9ca2b.chunk.js": "/static/js/1927.8bd9ca2b.chunk.js",
"static/js/7590.4eeecba0.chunk.js": "/static/js/7590.4eeecba0.chunk.js",
"static/js/6725.7c418f57.chunk.js": "/static/js/6725.7c418f57.chunk.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"static/media/ucDavisLogo.svg": "/static/media/ucDavisLogo.34e8c7184485a6b9cad554d942740e79.svg",
"index.html": "/index.html",
"main.88edcbf5.css.map": "/static/css/main.88edcbf5.css.map",
"main.54d73b71.js.map": "/static/js/main.54d73b71.js.map",
"main.b323a686.js.map": "/static/js/main.b323a686.js.map",
"1927.8bd9ca2b.chunk.js.map": "/static/js/1927.8bd9ca2b.chunk.js.map",
"7590.4eeecba0.chunk.js.map": "/static/js/7590.4eeecba0.chunk.js.map",
"6725.7c418f57.chunk.js.map": "/static/js/6725.7c418f57.chunk.js.map",
Expand Down Expand Up @@ -149,6 +149,6 @@
},
"entrypoints": [
"static/css/main.88edcbf5.css",
"static/js/main.54d73b71.js"
"static/js/main.b323a686.js"
]
}
2 changes: 1 addition & 1 deletion build/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"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Visualizer for the ResilientDB Blockchain fabric"/><meta name="author" description="aunshx"/><link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/><title>ResView</title><script defer="defer" src="/static/js/main.54d73b71.js"></script><link href="/static/css/main.88edcbf5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="https://unpkg.com/aos@next/dist/aos.js"></script><script>AOS.init({delay:0,duration:600,offset:10})</script></body></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"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Visualizer for the ResilientDB Blockchain fabric"/><meta name="author" description="aunshx"/><link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/><title>ResView</title><script defer="defer" src="/static/js/main.b323a686.js"></script><link href="/static/css/main.88edcbf5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="https://unpkg.com/aos@next/dist/aos.js"></script><script>AOS.init({delay:0,duration:600,offset:10})</script></body></html>
3 changes: 0 additions & 3 deletions build/static/js/main.54d73b71.js

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.54d73b71.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions build/static/js/main.b323a686.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.b323a686.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Components/Shared/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const DetailedFooter = () => {
Handcrafted with &#10084; in Davis, CA
</div>
<div className="text-gray-100 text-center">
v3.2.5 &middot; &copy; 2023-2024 &middot; All rights reserved
{`${RELEASE_VERSION}`} &middot; &copy; 2023-2024 &middot; All rights reserved
</div>
<div />
</div>
Expand Down

0 comments on commit 77ec310

Please sign in to comment.