chore: tidy project guidance and client copy

This commit is contained in:
2026-06-24 18:05:01 +01:00
parent 49c863510d
commit 5654d3d570
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@ Clearity is a workspace management system offering a comprehensive multi-occupan
This project is based inspired by Clarity Core by RA, for which more information can be found on their website here: https://ra-is.co.uk/clarity-core-workspace-management-system/. However, that application is based on an outdated architecture.
This application has not yet been deployed to production so feel free to make drastic changes.
## Tech Stack
- Svelte
@@ -88,7 +88,7 @@
<div>
<h1 class="text-2xl font-semibold tracking-tight">{data.client.name}</h1>
<p class="text-sm text-muted-foreground">
Client workspace for contacts, addresses, invoices, contracts, and bookings.
Client record for contacts, addresses, invoices, contracts, and bookings.
</p>
</div>
<Dialog.Root bind:open={editOpen}>