mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
removed/added projects and changed some css in projects
This commit is contained in:
parent
483678545b
commit
3f215a0f96
5 changed files with 52 additions and 12 deletions
|
@ -17,7 +17,7 @@ function renderfutureprojects(filteredfutureprojects) {
|
|||
futureprojectList.innerHTML = "";
|
||||
|
||||
if (filteredfutureprojects.length === 0) {
|
||||
futureprojectList.innerHTML = "<div class='text-center'>No futureprojects.</div>"
|
||||
futureprojectList.innerHTML = "<div class='text-center'>No Future Projects.</div>"
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue