Skip to content

Commit

Permalink
Merge pull request #59 from Mahesh2k5/main
Browse files Browse the repository at this point in the history
Image Assignment
  • Loading branch information
mansiruhil13 authored Oct 2, 2024
2 parents ce7be41 + e8aa0fb commit ce6abb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added driver-status-off.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion driver.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Welcome, <span id="driverName">Driver ___</span></h1>
<p id="status">You are currently: <strong id="availability">OFF DUTY</strong></p>

<!-- Driver Image -->
<img src="img.jpeg" alt="Driver Image" id="driverImage">
<img src="driver-status-off.jpg" alt="Driver Image" id="driverImage">

<!-- Google Map -->
<div id="map"></div>
Expand Down

0 comments on commit ce6abb2

Please sign in to comment.