Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Mar 31, 2024
1 parent 84b35b3 commit 88cf02b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ const search = (e: any) => {
<Column header="Name">
<template #body="prop">
<div class="flex flex-row gap-3 items-center px-3 py-2">
<img class="object-fill rounded" style="width: 34px; height: 34px;"
src="https://coffee.alexflipnote.dev/random" />
<div class="rounded flex items-center justify-center"
style="height: 38px; width: 38px; background-color: #ece9fc; color: #2a1261">
<label class="text-2xl">{{ _.upperCase(prop.data.displayName[0]) }}</label>
</div>
<label class="font-semibold text-lg">{{ prop.data.displayName }}</label>
</div>
</template>
Expand Down

0 comments on commit 88cf02b

Please sign in to comment.