16 lines
349 B
XML
16 lines
349 B
XML
export default function Head() {
|
|
return (
|
|
<>
|
|
<title>Profile | LedgerOne</title>
|
|
<meta
|
|
name="description"
|
|
content="Complete your LedgerOne profile after signing in."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="ledgerone profile, finance workspace, audit-ready ledger setup"
|
|
/>
|
|
</>
|
|
);
|
|
}
|