Skip to content

Commit

Permalink
update: get rid of images for users (needs fixing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed Apr 14, 2024
1 parent 4674e75 commit 0bd50d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ author;
</a>
</div>
</div>

{introduction?.data.image ?

<img src=`/Introduce-Yourself/${introduction?.id.split("/")[0]}.jpg` alt="user" class="w-[10rem] h-[10rem] md:flex hidden"
/> :
<img src="/Introduce-Yourself/__default_user.png" alt="default user" class="w-[10rem] h-[10rem] md:flex hidden" />

}
</div>
))}

Expand Down

0 comments on commit 0bd50d5

Please sign in to comment.