lock screen added
This commit is contained in:
@@ -279,7 +279,7 @@ const htmlPath = convertPathToHtml(path);
|
||||
<a href="#" class="nav-link">
|
||||
<i class="nav-icon bi bi-box-arrow-in-right"></i>
|
||||
<p>
|
||||
Login & Register
|
||||
Auth
|
||||
<i class="nav-arrow bi bi-chevron-right"></i>
|
||||
</p>
|
||||
</a>
|
||||
@@ -296,6 +296,12 @@ const htmlPath = convertPathToHtml(path);
|
||||
<p>Register v1</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href={htmlPath + "/examples/lockscreen.html"} class="nav-link">
|
||||
<i class="nav-icon bi bi-circle"></i>
|
||||
<p>Lockscreen</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user