Skip to content

Commit

Permalink
chore(docs): fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Jan 7, 2025
1 parent 43d71f4 commit 2ef13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const lang = "en"
</head>
<body>
<main class="h-screen w-screen flex flex-col items-center justify-center gap-6">
<img src="/public/nodekit.png" alt="Liquid Auth" />
<img src="/nodekit.png" alt="Liquid Auth" />
<Code lang="shell" code={`curl -fsSL https://nodekit.run/install.sh | bash`} class="text-gray-200"/>
<a class="text-gray-200" href="/guides/example">Follow the white rabbit <Icon name="external"/> </a>
</main>
Expand Down

0 comments on commit 2ef13bd

Please sign in to comment.