Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor-Ang committed Jan 23, 2024
1 parent d224483 commit 6e19209
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions themes/genezio-theme/layouts/partials/theCode.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>


{{/* TODO:
genezio.RPC keet it the same X
genezio.Backend -> rename to genezio.Services x
genezio.Serverless -> rename to genezio.Cloud and also add the current genezio cloud tab
*/}}

<script>

$(document).ready(function(){
Expand Down Expand Up @@ -328,7 +322,7 @@ <h2 class="accordion-header" id="headingBackend">
<div class="accordion-item py-2 my-2 text-white" style="border-top: 1px solid rgba(255, 255, 255, 0.1)">
<h2 class="accordion-header" id="headingRpc">
<button class="accordion-button theCode shadow-none collapsed fw-medium py-3" type="button" data-bs-toggle="collapse" data-bs-target="#collapseRpc" aria-expanded="false" aria-controls="collapseRpc">
genezio.Rpc
genezio.RPC
</button>
</h2>
<div id="collapseRpc" class="accordion-collapse collapse" aria-labelledby="headingRpc" data-bs-parent="#accordionExample2">
Expand Down Expand Up @@ -668,7 +662,7 @@ <h2 class="text-white text-center fw-bold mb-4 pb-3 pt-5">
aria-controls="genezio-rpc"
aria-selected="false"
>
genezio.Rpc
genezio.RPC
</button>
<button
class="nav-link nav-link-custom active"
Expand Down

0 comments on commit 6e19209

Please sign in to comment.