Skip to content

Commit

Permalink
Add .NET to the list of server-side libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Feb 10, 2025
1 parent 422a063 commit 703b97d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Home/Libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ const librariesData = {
/>
),
},
{
name: '.NET',
url: '/docs/libraries/dotnet',
icon: (
<CloudinaryImage
src="https://res.cloudinary.com/dmukukwp6/image/upload/dotnet_logo_7e446176f2.svg"
alt=".NET"
/>
),
},
{
name: 'More',
url: '/docs/libraries',
Expand Down

0 comments on commit 703b97d

Please sign in to comment.