Skip to content

Commit

Permalink
add card content placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Aug 1, 2024
1 parent 4d47808 commit 85ddf14
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
logo-class="w-8 h-8"
legend=""
/>
<VCardHeader>
<h2 class="text-md">Collection Objects</h2>
<PanelDropdown panel-key="panel:collection-objects" />
</VCardHeader>
</ClientOnly>
<VCardHeader>
<h2 class="text-md">Collection Objects</h2>
<PanelDropdown panel-key="panel:collection-objects" />
</VCardHeader>
<VCardContent class="text-sm">
<p>Placeholder.</p>
</VCardContent>
</VCard>
</template>

Expand Down

0 comments on commit 85ddf14

Please sign in to comment.