Skip to content

Commit 90720f1

Browse files
committed
Use CWL svg logo
1 parent 69f419b commit 90720f1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/main/resources/templates/fragments/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
</div>
4242
<div class="row logos">
4343
<div class="col-lg-12 muted text-center">
44-
CWL Viewer development thanks to:
44+
<a href="http://www.commonwl.org/" rel="noopener" target="_blank"><img src="/img/CWL-Logo-nofonts.svg"
45+
alt="Common Workflow Language"/></a>
4546
<a href="http://www.esciencelab.org.uk/" rel="noopener" target="_blank"><img src="/img/manchester.svg"
4647
alt="The University of Manchester"
4748
title="eScienceLab, School of Computer Science, The University of Manchester" /></a>

src/main/resources/templates/fragments/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="container">
2929
<div class="navbar-header">
3030
<a class="navbar-brand" href="/">
31-
<img id="logo" src="/img/CWL-Logo-Header.png"></img>
31+
<img id="logo" src="/img/CWL-Logo-nofonts.svg"></img>
3232
</a>
3333
<a href="/workflows" class="button navbar-toggle">Explore</a>
3434
</div>
@@ -40,4 +40,4 @@
4040
</div>
4141
</nav>
4242
</body>
43-
</html>
43+
</html>

0 commit comments

Comments
 (0)