Skip to content

Commit

Permalink
Merge branch 'main' of github.com:noverney/randoms
Browse files Browse the repository at this point in the history
  • Loading branch information
Normand Overney committed Oct 29, 2023
2 parents 279c92d + 0974e62 commit dfabb8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/layouts/default.vue
Expand Up @@ -8,9 +8,7 @@
<div class="flex items-center gap-x-8">
<UDropdown :items="items" :ui="{ item: { disabled: 'cursor-text select-text' } }"
:popper="{ placement: 'bottom-end' }">
<UAvatar :src="currentUser?.photoURL ||
'https://avatars.githubusercontent.com/u/739984?v=4'
" />
<UAvatar :src="currentUser?.photoURL || undefined" :alt="currentUser?.displayName || 'A'" />
<template #account="{ item }">
<div class="text-left">
<p>Signed in as</p>
Expand Down

0 comments on commit dfabb8e

Please sign in to comment.