mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
remove extra trailing /
This commit is contained in:
parent
0c0bbfe3d2
commit
c43fccb513
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user