We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c818d5 commit 7b88797Copy full SHA for 7b88797
app/routes/_marketing+/index.tsx
@@ -24,7 +24,10 @@ export default function Index() {
24
</h1>
25
<p className="mx-auto mt-6 max-w-lg text-center text-xl text-white sm:max-w-3xl">
26
Check the{' '}
27
- <a href="https://github.com/epicweb-dev/epic-stack/blob/main/docs/getting-started.md">
+ <a
28
+ className="underline"
29
+ href="https://github.com/epicweb-dev/epic-stack/blob/main/docs/getting-started.md"
30
+ >
31
Getting Started
32
</a>{' '}
33
guide file for instructions on how to get your project off the
0 commit comments