@@ -104,7 +104,7 @@ const config: Config = {
104104 src : 'img/logos/revisitLogoThumbnail-dotted-light.svg' ,
105105 srcDark : 'img/logos/revisitLogoThumbnail-dotted-dark.svg' ,
106106 } ,
107- items : [
107+ items : [
108108 {
109109 type : 'docSidebar' ,
110110 sidebarId : 'docs' ,
@@ -135,7 +135,7 @@ const config: Config = {
135135 position : 'right' ,
136136 } ,
137137 {
138- href : 'https://revisit.dev/study' ,
138+ href : 'https://revisit.dev/study/ ' ,
139139 label : 'Demo' ,
140140 position : 'right' ,
141141 } ,
@@ -150,7 +150,7 @@ const config: Config = {
150150 style : 'light' ,
151151 links : [
152152 {
153- html : `
153+ html : `
154154 <div class="footer-wrapper row">
155155 <a class="col " target="_blank" href="https://vdl.sci.utah.edu/">
156156 <img src="/img/logos/vdl-logo-light.svg" class='logo light-theme-display-component'/>
@@ -160,7 +160,7 @@ const config: Config = {
160160 <img src="/img/logos/havoc-logo-light.png" class='logo light-theme-display-component'/>
161161 <img src="/img/logos/havoc-logo-dark.png" class='logo dark-theme-display-component'/>
162162 </a>
163- <a class="col " target="_blank" href="https://www. sci.utah.edu/">
163+ <a class="col " target="_blank" href="https://sci.utah.edu/">
164164 <img src="/img/logos/sci-logo-light.svg" class='logo light-theme-display-component'/>
165165 <img src="/img/logos/sci-logo-dark.svg" class='logo dark-theme-display-component'/>
166166 </a>
@@ -172,12 +172,12 @@ const config: Config = {
172172 <img src="/img/logos/view-logo-light.svg" class='logo light-theme-display-component'/>
173173 <img src="/img/logos/view-logo-dark.svg" class='logo dark-theme-display-component'/>
174174 </a>
175- <a class="col " target="_blank" href="https://wpi.edu/">
175+ <a class="col " target="_blank" href="https://www. wpi.edu/">
176176 <img src="/img/logos/wpi.png" class='logo'/>
177177 </a>
178178 <a class="col " target="_blank" href="https://www.nsf.gov/">
179179 <img src="/img/logos/nsf.png" class='logo'/>
180- </a>
180+ </a>
181181 </div>
182182 ` ,
183183 } ,
0 commit comments