Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 592f24b

Browse files
authored
Update converter.html
1 parent 1c7e4cc commit 592f24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/converter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<body>
99
<div class="content-area">
1010
<div class="sidebar">
11-
<div onclick="window.location.href = 'index.html';" class="sidebar-item active">ProStore Installer</div>
11+
<div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
1212
<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>
13+
<div onclick="window.location.href = 'converter.html';" class="sidebar-item active">Certificate Converter</div>
1414
</div>
1515

1616
<div class="panel">

0 commit comments

Comments
 (0)