Skip to content

Commit

Permalink
ProfilePic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Jul 17, 2024
1 parent 0bf73e9 commit e33b460
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions views/admin.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<button type="button" class="relative flex max-w-xs items-center rounded-full bg-gray-800 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800" id="user-menu-button" aria-expanded="false" aria-haspopup="true">
<span class="absolute -inset-1.5"></span>
<span class="sr-only">Open user menu</span>
<img class="h-8 w-8 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-8 w-8 rounded-full" src="<%= user.ProfilePic%>" alt="">
</button>
</div>

Expand Down Expand Up @@ -100,7 +100,7 @@
<div class="border-t border-gray-700 pb-3 pt-4">
<div class="flex items-center px-5">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-10 w-10 rounded-full" src="<%= user.ProfilePic%>" alt="">
</div>
<div class="ml-3">
<div class="text-base font-medium leading-none text-white"><%= user.username %></div>
Expand Down
4 changes: 2 additions & 2 deletions views/adminUser.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<button type="button" class="relative flex max-w-xs items-center rounded-full bg-gray-800 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800" id="user-menu-button" aria-expanded="false" aria-haspopup="true">
<span class="absolute -inset-1.5"></span>
<span class="sr-only">Open user menu</span>
<img class="h-8 w-8 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-8 w-8 rounded-full" src="<%= user.ProfilePic%>" alt="">
</button>
</div>

Expand Down Expand Up @@ -96,7 +96,7 @@
<div class="border-t border-gray-700 pb-3 pt-4">
<div class="flex items-center px-5">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-10 w-10 rounded-full" src="<%= user.ProfilePic%>" alt="">
</div>
<div class="ml-3">
<div class="text-base font-medium leading-none text-white"><%= user.username %></div>
Expand Down
4 changes: 2 additions & 2 deletions views/domain.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<button type="button" class="relative flex max-w-xs items-center rounded-full bg-gray-800 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800" id="user-menu-button" aria-expanded="false" aria-haspopup="true">
<span class="absolute -inset-1.5"></span>
<span class="sr-only">Open user menu</span>
<img class="h-8 w-8 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-8 w-8 rounded-full" src="<%= user.ProfilePic %>" alt="">
</button>
</div>

Expand Down Expand Up @@ -103,7 +103,7 @@
<div class="border-t border-gray-700 pb-3 pt-4">
<div class="flex items-center px-5">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-10 w-10 rounded-full" src="<%= user.ProfilePic %>" alt="">
</div>
<div class="ml-3">
<div class="text-base font-medium leading-none text-white"><%= user.username %></div>
Expand Down
4 changes: 2 additions & 2 deletions views/edit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<button type="button" class="relative flex max-w-xs items-center rounded-full bg-gray-800 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800" id="user-menu-button" aria-expanded="false" aria-haspopup="true">
<span class="absolute -inset-1.5"></span>
<span class="sr-only">Open user menu</span>
<img class="h-8 w-8 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-8 w-8 rounded-full" src="<%= user.ProfilePic%>" alt="">
</button>
</div>

Expand Down Expand Up @@ -96,7 +96,7 @@
<div class="border-t border-gray-700 pb-3 pt-4">
<div class="flex items-center px-5">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-10 w-10 rounded-full" src="<%= user.ProfilePic%>" alt="">
</div>
<div class="ml-3">
<div class="text-base font-medium leading-none text-white"><%= user.username %></div>
Expand Down
4 changes: 2 additions & 2 deletions views/staff.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<button type="button" class="relative flex max-w-xs items-center rounded-full bg-gray-800 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800" id="user-menu-button" aria-expanded="false" aria-haspopup="true">
<span class="absolute -inset-1.5"></span>
<span class="sr-only">Open user menu</span>
<img class="h-8 w-8 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-8 w-8 rounded-full" src="<%= user.ProfilePic%>" alt="">
</button>
</div>

Expand Down Expand Up @@ -100,7 +100,7 @@
<div class="border-t border-gray-700 pb-3 pt-4">
<div class="flex items-center px-5">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https:<%= user.gravatar %>" alt="">
<img class="h-10 w-10 rounded-full" src="<%= user.ProfilePic%>" alt="">
</div>
<div class="ml-3">
<div class="text-base font-medium leading-none text-white"><%= user.username %></div>
Expand Down

0 comments on commit e33b460

Please sign in to comment.