Skip to content

Commit

Permalink
Merge pull request #35 from wanderlust-group-project-1/nirmal
Browse files Browse the repository at this point in the history
feat:change profile
  • Loading branch information
nsavinda authored Oct 30, 2023
2 parents d097a79 + 640e0b7 commit adb58a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/profile.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@

<div class="div-4">
<div class="div-wrapper">
<div class="text-wrapper-2">Name : Jenny Fernando</div>
<div class="text-wrapper-2">Email : <?php echo $user->email ?></div>
</div>
<div class="div-wrapper">
<div class="text-wrapper-2">Age : 20</div>
<div class="text-wrapper-2">Mobile : <?php echo $user->number ?></div>
</div>
<div class="div-wrapper">
<div class="text-wrapper-2">Role : Customer</div>
<div class="text-wrapper-2">Address : <?php echo $user->address ?></div>
</div>
</div>

Expand Down

0 comments on commit adb58a6

Please sign in to comment.