Skip to content

Commit

Permalink
Merge pull request #928 from lfglabs-dev/testnet
Browse files Browse the repository at this point in the history
MEP 26/11/24
  • Loading branch information
fricoben authored Nov 26, 2024
2 parents 3040047 + 29fdde7 commit fb74611
Show file tree
Hide file tree
Showing 22 changed files with 37 additions and 909 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enabling users to:
First step, clone this repo.

```bash
git clone https://github.com/starknet-id/app.starknet.id.git
git clone https://github.com/lfglabs-dev/app.starknet.id.git
```

Second step, install the dependencies.
Expand Down
2 changes: 1 addition & 1 deletion components/UI/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const Navbar: FunctionComponent = () => {
</Link>
</div>
<div className="rounded-full shadow-gray-400 p-3 cursor-pointer hover:scale-105 ease-in duration-300 mt-2">
<Link href="https://github.com/starknet-id" target="_blank">
<Link href="https://github.com/lfglabs-dev" target="_blank">
<FaGithub size={28} color={theme.palette.grey[800]} />
</Link>
</div>
Expand Down
34 changes: 0 additions & 34 deletions components/tribe/famousMembers.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions components/tribe/hoverMember.tsx

This file was deleted.

37 changes: 0 additions & 37 deletions components/tribe/member.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions components/tribe/memberTooltip.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions components/tribe/membersSkeleton.tsx

This file was deleted.

73 changes: 0 additions & 73 deletions components/tribe/searchMembers.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const NotFound: NextPage = () => {
<div className={styles.wrapperScreen}>
<div className="flex flex-col items-center justify-center h-full">
<img
src="/visuals/errorIllu.webp"
src="/visuals/404illu.webp"
height={300}
width={300}
alt="error illustration"
Expand All @@ -23,4 +23,4 @@ const NotFound: NextPage = () => {
);
};

export default NotFound;
export default NotFound;
35 changes: 0 additions & 35 deletions pages/api/twitter/get_famous_members.ts

This file was deleted.

81 changes: 0 additions & 81 deletions pages/jointhetribe.tsx

This file was deleted.

Loading

0 comments on commit fb74611

Please sign in to comment.