Skip to content

Commit e8924f0

Browse files
authored
Update index.html
1 parent 55f0fd4 commit e8924f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ <h2 class="section-header">Web Apps and Dashboards</h2>
6363
:repo-name="repo.repoName"
6464
:description="repo.description"
6565
:url="repo.url"
66+
:source='repo.source'
6667
:repo-image="repo.repoImage">
6768
</repo-tile>
6869
</div>
@@ -146,7 +147,7 @@ <h3 class="text-xl font-bold">Monash Bioinformatics Platform</h3>
146147
</div>
147148
</div>
148149
<div class="mt-8 pt-8 border-t border-gray-700 text-center text-sm text-gray-400">
149-
© 2023 Monash Bioinformatics Platform. All rights reserved.
150+
© 2025 Monash Genomics and Bioinformatics Platform. All rights reserved.
150151
</div>
151152
</div>
152153
</footer>
@@ -200,7 +201,7 @@ <h3 class="text-xl font-bold">Monash Bioinformatics Platform</h3>
200201
description: 'A web platform for running RNAseq Analysis',
201202
url: 'https://degust.erc.monash.edu/'
202203
source: 'https://github.com/drpowell/degust',
203-
repoImage: ''
204+
repoImage: null
204205
}
205206
],
206207
commandlineTools: [

0 commit comments

Comments
 (0)