diff --git a/src/asn1.rs b/src/asn1.rs index a39b565..8c385fa 100644 --- a/src/asn1.rs +++ b/src/asn1.rs @@ -181,10 +181,9 @@ pub fn asn1_parser_page() -> Html { html! {
- {"Still in β (beta). See "} - - {"list of supported asn1 types"} - + + {"list of supported asn1 types"} + {". Report a bug/feature "}{"here"}{"."} diff --git a/src/header.rs b/src/header.rs index 25b2e6b..5bdfd4e 100644 --- a/src/header.rs +++ b/src/header.rs @@ -9,7 +9,7 @@ pub fn header() -> Html {
to={Route::CryptoHelper}>{"Crypto helper"}> to={Route::Jwt}>{"JWT debugger"}> - to={Route::Asn1Parser}>{"Asn1 debugger (beta)"}> + to={Route::Asn1Parser}>{"Asn1 debugger"}> to={Route::Diff}>{"Diff"}> to={Route::About}>{"About"}>