diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-08 14:20:45 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-08 14:20:45 +0200 |
| commit | 477ca56dba8cc5f180e7f22b3d4cd27c505b5ecc (patch) | |
| tree | 449a0f50e3c57c0a800acb50684fe2d26201ec98 /src/app/help/page.tsx | |
| parent | 67eb91ad6dccf2a14e3f8d3b285c75d251322973 (diff) | |
| download | invoice-477ca56dba8cc5f180e7f22b3d4cd27c505b5ecc.tar.gz invoice-477ca56dba8cc5f180e7f22b3d4cd27c505b5ecc.zip | |
feat(help): use the .link helper for links in the help page
Diffstat (limited to 'src/app/help/page.tsx')
| -rw-r--r-- | src/app/help/page.tsx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/app/help/page.tsx b/src/app/help/page.tsx index 9df8977..feb8351 100644 --- a/src/app/help/page.tsx +++ b/src/app/help/page.tsx @@ -15,7 +15,7 @@ export default function HelpPage() { <h2 className="mt-10 text-2xl font-bold">How to create an invoice?</h2> <p className="text-lg"> In order to create an invoice fill out the{' '} - <Link href="/" className="text-blue-700 underline"> + <Link href="/" className="link"> inovice form </Link> : @@ -73,10 +73,7 @@ export default function HelpPage() { <p className="text-lg"> If you have any problems or questions make sure to contact the main developer at{' '} - <a - href="mailto:mihailonvojinovic@gmail.com" - className="text-blue-700 underline" - > + <a href="mailto:mihailonvojinovic@gmail.com" className="link"> mihailonvojinovic@gmail.com </a> . We usually respond in a day. |
