mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(landing): simplify footer copyright to product name only
Drop verbose company registration details (entity name, UEN, country) from the footer -- legal entity info already lives in the Terms page.
This commit is contained in:
@@ -91,11 +91,7 @@ export function Footer() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mx-auto mt-12 flex max-w-6xl items-center justify-between border-t border-border pt-8">
|
<div className="mx-auto mt-12 flex max-w-6xl items-center justify-between border-t border-border pt-8">
|
||||||
<p className="text-sm text-muted">
|
<p className="text-sm text-muted">© {new Date().getFullYear()} SnapOtter</p>
|
||||||
© {new Date().getFullYear()} Chocolate Wafers General Trading Pte. Ltd. (UEN
|
|
||||||
202527149C). SnapOtter is a product of Chocolate Wafers General Trading Pte. Ltd.,
|
|
||||||
registered in Singapore.
|
|
||||||
</p>
|
|
||||||
<a
|
<a
|
||||||
href="https://github.com/snapotter-hq/snapotter"
|
href="https://github.com/snapotter-hq/snapotter"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user