Skip to content

Commit 7b88797

Browse files
committed
underline link
1 parent 2c818d5 commit 7b88797

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/routes/_marketing+/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ export default function Index() {
2424
</h1>
2525
<p className="mx-auto mt-6 max-w-lg text-center text-xl text-white sm:max-w-3xl">
2626
Check the{' '}
27-
<a href="https://github.com/epicweb-dev/epic-stack/blob/main/docs/getting-started.md">
27+
<a
28+
className="underline"
29+
href="https://github.com/epicweb-dev/epic-stack/blob/main/docs/getting-started.md"
30+
>
2831
Getting Started
2932
</a>{' '}
3033
guide file for instructions on how to get your project off the

0 commit comments

Comments
 (0)