Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
BaderSarah committed Apr 23, 2024
1 parent bd8496d commit b8b69f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Here you can add a new course.</h2>
Name: <input type="text" id="courseName" placeholder="name" />
</label>
</form>
<img src="/assets/images/plus.png" alt="plus sign" id="imgPlus" />
<img src="assets/images/plus.png" alt="plus sign" id="imgPlus" />
</div>
<div class="course">
<div id="courseOne">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li><a href="courses.html">Courses</a></li>
<li><a href="schedule.html">Schedule</a></li>
</ul>
<img src="/assets/images/plants.png" alt="plants" id="plants" />
<img src="assets/images/plants.png" alt="plants" id="plants" />
</nav>
</header>
<main>
Expand Down

0 comments on commit b8b69f6

Please sign in to comment.