updated styling for existing-level compoenent

This commit is contained in:
realaravinth
2021-05-03 20:27:11 +05:30
parent 812b0ff2c9
commit 729a90cea1
4 changed files with 54 additions and 61 deletions

View File

@@ -16,7 +16,7 @@
<. for level in 1..=levels { .>
<. if level == levels { .>
<. include!("./new-add-level.html"); .>
<. include!("./add-level.html"); .>
<. } else { .>
<. include!("./existing-level.html"); .>
<. } .>