Skip to content

Commit

Permalink
fix gh avalabs scope
Browse files Browse the repository at this point in the history
  • Loading branch information
0xstt committed Feb 7, 2025
1 parent cebe63e commit 80ec9a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 197 deletions.
4 changes: 1 addition & 3 deletions app/(home)/builderkit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { InstallCommand } from '@/components/builderkit/install-command';
import Link from 'next/link';
import { ComponentShowcase } from '@/components/builderkit/sections/component-showcase';
import { PainPoints } from '@/components/builderkit/sections/pain-points';
import { Contribute } from '@/components/builderkit/sections/contribute';
import { Contact } from '@/components/builderkit/sections/contact';
import { useState, useEffect } from 'react';

export default function Page() {
Expand Down Expand Up @@ -45,7 +43,7 @@ export default function Page() {
Get Started
</Link>
<a
href="https://github.com/avalabs/builderkit"
href="https://github.com/ava-labs/builderkit"
className="bg-white dark:bg-black border border-[0.5] border-black/25 dark:border-white/25 dark:hover:border-white/50 hover:border-black/50 dark:text-white px-4 py-2 rounded-lg text-sm font-semibold transition-colors"
target="_blank"
rel="noopener noreferrer"
Expand Down
93 changes: 0 additions & 93 deletions components/builderkit/sections/contact.tsx

This file was deleted.

101 changes: 0 additions & 101 deletions components/builderkit/sections/contribute.tsx

This file was deleted.

0 comments on commit 80ec9a5

Please sign in to comment.