Skip to content

Commit df36620

Browse files
committed
modify loading screen
1 parent 89ddd6f commit df36620

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

app/www/index.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Pilot 2 Shiny webR Application</title>
6+
<title>Pilot 4 Shiny webR Application</title>
77
<link rel="icon" href="/static/favicon.ico" />
88
<script
99
src="./shinylive/load-shinylive-sw.js"
@@ -49,7 +49,7 @@
4949
}
5050

5151
.loading-spacer {
52-
width: 150px;
52+
width: 300px;
5353
}
5454

5555
.log-loading {
@@ -125,13 +125,10 @@
125125
<body>
126126
<div class="log-loading"></div>
127127
<div class="loading-logos-wrapper">
128-
<a href="https://rconsortium.github.io/submissions-wg/" target="_blank">
129-
<img class="logo" src="/static/logos/rconsortium_dark.svg">
128+
<a href="https://github.com/RConsortium/submissions-pilot4-webR" target="_blank">
129+
<img class="logo" src="/static/logos/pilot_4_banner.png" style="width:75%;">
130130
</a>
131131
<div class = "loading-spacer"></div>
132-
<a href="https://appsilon.com" target="_blank">
133-
<img class="logo" src="/static/logos/appsilon_dark.svg">
134-
</a>
135132
</div>
136133
<div style="height: 100vh; width: 100vw" id="root"></div>
137134
</body>
57.8 KB
Loading

0 commit comments

Comments
 (0)