We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7e4cc commit 592f24bCopy full SHA for 592f24b
1 file changed
web/converter.html
@@ -8,9 +8,9 @@
8
<body>
9
<div class="content-area">
10
<div class="sidebar">
11
- <div onclick="window.location.href = 'index.html';" class="sidebar-item active">ProStore Installer</div>
+ <div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
12
<div onclick="window.location.href = 'cert.html';" class="sidebar-item">Certificate Manager</div>
13
- <div onclick="window.location.href = 'converter.html';" class="sidebar-item">Certificate Converter</div>
+ <div onclick="window.location.href = 'converter.html';" class="sidebar-item active">Certificate Converter</div>
14
</div>
15
16
<div class="panel">
0 commit comments