finish cleaning up home screen

This commit is contained in:
2026-01-13 14:43:35 -06:00
parent 70273af0d9
commit 8f71a22d2b
2 changed files with 8 additions and 21 deletions

View File

@@ -15,23 +15,6 @@ export function CTA() {
Clone the repository and start building your next project with
everything pre-configured.
</p>
<div className="flex flex-col justify-center gap-3 sm:flex-row">
<Button size="lg" variant="outline" asChild>
<Link
href="https://git.gbrown.org/gib/convex-monorepo"
target="_blank"
rel="noopener noreferrer"
>
<Image
src='/misc/gitea/gitea.svg'
alt='Gitea'
width={20}
height={20}
/>
View Source Code
</Link>
</Button>
</div>
{/* Quick Start Command */}
<div className="mt-12">