Skip to content

Commit

Permalink
QS
Browse files Browse the repository at this point in the history
  • Loading branch information
robert.bruckbauer committed Feb 23, 2022
1 parent 7ddc66b commit 545df1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/client/src/main/svelte/pages/Owner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}
</script>

<h1>Owner <span class="text-sm">({allOwnerFiltered.length})</span></h1>
<h1>Owner</h1>
<div class="flex flex-col gap-1 ml-2 mr-2">
<div class="flex-grow">
<TextField
Expand Down
2 changes: 1 addition & 1 deletion app/client/src/main/svelte/pages/Vet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}
</script>

<h1>Vet <span class="text-sm">({allVetFiltered.length})</span></h1>
<h1>Vet</h1>
<div class="flex flex-col gap-1 ml-2 mr-2">
<div class="flex-grow">
<TextField
Expand Down
2 changes: 1 addition & 1 deletion app/client/src/main/svelte/pages/Visit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
};
</script>

<h1>Visit <span class="text-sm">({allVisitFiltered.length})</span></h1>
<h1>Visit</h1>
<div class="flex flex-col gap-1 ml-2 mr-2">
<div class="flex-grow">
<Select
Expand Down

0 comments on commit 545df1e

Please sign in to comment.