Skip to content

Commit 1e1bb9e

Browse files
authored
Merge pull request #566 from citation-file-format/557-remove-bold-from-version-string
2 parents a7f9b41 + c1a9f93 commit 1e1bb9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="~assets/nlesc-logo.svg">
1212
</a>
1313
</div>
14-
<span class="col text-right text-white text-body1 text-bold">
14+
<span class="col text-right text-white text-body1">
1515
Version 2.0.1
1616
</span>
1717
</div>

src/components/LayoutLanding.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/>
4848
</div>
4949
</div>
50-
<span class="text-right text-black text-body1 text-bold">
50+
<span class="text-right text-black text-body1">
5151
Version 2.0.1
5252
</span>
5353
</div>

0 commit comments

Comments
 (0)