LaunchCode-Education-Archived / csharp-web-development

Unit 2 (C# Track) of the LC101 Curriculum, following fundamentals in JavaScript
https://education.launchcode.org/csharp-web-development/
GNU General Public License v3.0
5 stars 9 forks source link

13.11. Studio: Spa Day Starter Code #149

Open a-zabala opened 1 year ago

a-zabala commented 1 year ago

lines 6-9 in Views/Spa/Menu.cshtml starter code seem to be redundant. Not sure if it's there for a reason, it's not in the solution code, Could be confusing for learners when the instructions say "...there are two div elements. Let’s add some children to the div with the id, clientProfile" , because they will see two divs that look like that (same with the the empty div with the id, servicesMenu.)