aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authormihna123 <mihailonvojinovic@gmail.com>2026-06-08 14:20:45 +0200
committermihna123 <mihailonvojinovic@gmail.com>2026-06-08 14:20:45 +0200
commit477ca56dba8cc5f180e7f22b3d4cd27c505b5ecc (patch)
tree449a0f50e3c57c0a800acb50684fe2d26201ec98 /src/app
parent67eb91ad6dccf2a14e3f8d3b285c75d251322973 (diff)
downloadinvoice-477ca56dba8cc5f180e7f22b3d4cd27c505b5ecc.tar.gz
invoice-477ca56dba8cc5f180e7f22b3d4cd27c505b5ecc.zip
feat(help): use the .link helper for links in the help page
Diffstat (limited to 'src/app')
-rw-r--r--src/app/help/page.tsx7
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.