self-host hint

This commit is contained in:
Oliver Bryan
2026-01-09 07:13:00 +00:00
parent 121ace9541
commit c361b5cc64

View File

@@ -38,7 +38,7 @@ export default function Landing() {
<p className="text-[24px] font-goudy text-muted-foreground">
Build your next project with <span className="font-goudy font-700">Issue.</span>
</p>
<p className="text-[18px] font-goudy text-muted-foreground">
<p className="text-[18px] font-goudy text-muted-foreground font-700">
Sick of Jira? Say hello to your new favorite project management tool.
</p>
</div>
@@ -53,7 +53,8 @@ export default function Landing() {
<Link to="/login">Get started</Link>
</Button>
)}
<div className="inline-flex gap-2 items-center">
<span className="relative">
<a
href="https://github.com/hex248/issue"
target="_blank"
@@ -63,6 +64,11 @@ export default function Landing() {
<Icon icon="mdi:github" className="h-7 w-7" />
<span className="font-goudy font-700 text-2xl">GitHub</span>
</a>
<span className="text-violet-400/90 absolute left-full top-[45%] ml-4 -translate-y-1/2 whitespace-nowrap select-none text-muted-foreground">
{"<-- you can self-host me!"}
</span>
</span>
</div>
</div>
</main>