shop: price excludes shipping

pull/122/head
Sébastien Bourdeauducq 2024-02-15 12:36:09 +08:00
parent 41e20d205c
commit 4906ad1713
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,7 @@ export function Shop() {
the card; many of the options can be adjusted even after the card has been shipped.
If you have any issues with this ordering system, or if you need other configurations,
email us directly anytime at <a href="mailto:sales@m-labs.hk">sales@m-labs.hk</a>.
The price is estimated and must be confirmed by a quote.
The price excludes shipping, is estimated, and must be confirmed by a quote.
</p>
)}
/>
@ -71,4 +71,4 @@ export function Shop() {
</DragDropContext>
);
}
}