mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
update styles
This commit is contained in:
parent
ec1c43ddc9
commit
269cc2308b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const members = await fetch("https://api.nbtca.space/v2/members").then(res => {
|
|||
{
|
||||
members.map(member => {
|
||||
return (
|
||||
<div class="p-3 flex flex-col gap-2 w-full">
|
||||
<div class="flex flex-col gap-2 w-full">
|
||||
<div class="w-full rounded-lg overflow-hidden">
|
||||
<div class="w-full aspect-square overflow-hidden flex items-center justify-center bg-gradient-to-b from-gray-300/70">
|
||||
{member.avatar ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue