1
0

Remove C# link from software notes page.

This commit is contained in:
Kevin Matsubara 2025-02-08 21:17:45 +01:00
parent d2fd445a1d
commit eb6310c060

View File

@ -16,7 +16,6 @@ const SoftwareMain = () => {
<h2>{getString('code_pages')}</h2> <h2>{getString('code_pages')}</h2>
<p>{getString('code_pages_intro')}</p> <p>{getString('code_pages_intro')}</p>
<ul> <ul>
<li><a href={'/' + language + '/software/csharp/'}>C#</a></li>
<li><a href={'/' + language + '/software/elm/'}>Elm</a></li> <li><a href={'/' + language + '/software/elm/'}>Elm</a></li>
</ul> </ul>
<hr /> <hr />