Skip to content

Commit

Permalink
Update sidebar links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdsle authored Dec 2, 2024
1 parent fecb72d commit 8eb38b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/controls/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ export const EngineList = [
]

const Resources = [
{ name: 'Website Source Code', url: 'https://github.com/Jdsle/RSDK', icon: Icons.Code2 },
{ name: 'RSDK-Modding Github', url: 'https://github.com/RSDKModding', icon: Icons.Globe },
{ name: 'RSDK-Modding Website', url: 'https://rsdkmodding.com', icon: Icons.Globe }
{ name: 'Website Source Repository', url: 'https://github.com/Jdsle/RSDK', icon: Icons.Globe },
{ name: 'RSDKv2 Source Repository', url: 'https://github.com/Jdsle/RSDKv2-Decompilation/tree/web', icon: Icons.Code2 },
{ name: 'RSDKv3 Source Repository', url: 'https://github.com/Jdsle/RSDKv3-Decompilation/tree/web', icon: Icons.Code2 },
{ name: 'RSDKv4 Source Repository', url: 'https://github.com/Jdsle/RSDKv4-Decompilation/tree/web', icon: Icons.Code2 },
{ name: 'RSDKv5 Source Repository', url: 'https://github.com/Jdsle/RSDKv5-Decompilation/tree/web', icon: Icons.Code2 },
]

interface Props {
Expand Down Expand Up @@ -151,4 +153,4 @@ export function AppSidebar({ onNavigate, ...props }: Props) {
</Sidebar.SidebarFooter>
</Sidebar.Sidebar>
)
}
}

0 comments on commit 8eb38b5

Please sign in to comment.