Skip to content

Commit

Permalink
Upd: remove drop down for choosing version
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Sep 1, 2023
1 parent 881a19c commit b128486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
rel="stylesheet"
/>
<meta http-equiv="refresh" content="0; URL=./v2023.8.2/index.html" />
<meta http-equiv="refresh" content="3; URL=./v2023.8.2/index.html" />
</head>

<body class="bg-gray-100 h-screen flex items-center justify-center">
<div class="relative inline-block text-left">
<!-- <div class="relative inline-block text-left">
<div>
<button
type="button"
Expand Down Expand Up @@ -78,6 +78,6 @@
dropdownMenu.classList.add("hidden");
}
});
</script>
</script> -->
</body>
</html>

0 comments on commit b128486

Please sign in to comment.