Skip to content

Commit 993faeb

Browse files
authored
Change C# info card (#31)
1 parent 63a0621 commit 993faeb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

csharp.png

7.05 KB
Loading

dotnet.png

-10.4 KB
Binary file not shown.

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ <h5 class="card-title">Java</h5>
8888
<a href="https://github.com/RLBot/RLBotCSharpExample">
8989
<div class="card mb-3">
9090
<div class="card-body">
91-
<img src="dotnet.png" class="card-image-right">
92-
<h5 class="card-title">.NET</h5>
93-
<p>Create a <em>professional</em> bot in C#, VB.NET or any other CLI language of choice!</p>
91+
<img src="csharp.png" class="card-image-right">
92+
<h5 class="card-title">C#</h5>
93+
<p>Create a <em>professional</em> bot in C# (or any other .NET language)!</p>
9494
</div>
9595
</div>
9696
</a>
@@ -100,7 +100,7 @@ <h5 class="card-title">.NET</h5>
100100
<div class="card-body">
101101
<img src="cpp.png" class="card-image-right">
102102
<h5 class="card-title">C++</h5>
103-
<p>Create an <em>incredible</em> bot in C++</p>
103+
<p>Create an <em>incredible</em> bot in C++!</p>
104104
</div>
105105
</div>
106106
</a>

0 commit comments

Comments
 (0)