Skip to content

Commit

Permalink
Change titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Mar 10, 2023
1 parent 43c78c6 commit 93c95e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<VCard>
<VCardHeader class="flex justify-between">
<h2 class="text-md">Timeline ({{ citations.length }})</h2>
<h2 class="text-md">Nomenclature ({{ citations.length }})</h2>
<Dropdown :items="menuOptions">
<template #button>
<IconHamburger class="text-base-soft h-4" />
Expand Down Expand Up @@ -40,7 +40,7 @@
</VCard>
<VCard>
<VCardHeader class="flex justify-between">
<h2 class="text-md">References</h2>
<h2 class="text-md">Nomenclature references</h2>
</VCardHeader>
<ul class="text-sm">
<PanelReferenceRow
Expand Down

0 comments on commit 93c95e9

Please sign in to comment.