remove extra trailing /

This commit is contained in:
dr-frmr 2024-03-07 13:30:04 -03:00
parent 0c0bbfe3d2
commit c43fccb513
No known key found for this signature in database

View File

@ -32,7 +32,7 @@ wit_bindgen::generate!({
const HOME_PAGE: &str = include_str!("index.html");
const APP_TEMPLATE: &str = r#"
<a class="app-link" id="${package_name}" href="/${path}/">
<a class="app-link" id="${package_name}" href="/${path}">
<img
src="${base64_icon}" />
<h6>${label}</h6>