feat: remove unused images
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
@@ -1,17 +1,20 @@
|
|||||||
import { Avatar, AvatarImage } from '@components/atoms';
|
import { Avatar, AvatarFallback, AvatarImage } from '@components/atoms';
|
||||||
|
|
||||||
export function HeroStat() {
|
export function HeroStat() {
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center rounded-full border border-border bg-background p-1 shadow shadow-black/5 md:w-fit">
|
<div className="flex items-center rounded-full border border-border bg-background p-1 shadow shadow-black/5 md:w-fit">
|
||||||
<div className="flex -space-x-4">
|
<div className="flex -space-x-4">
|
||||||
<Avatar>
|
<Avatar>
|
||||||
<AvatarImage src="https://avatars.githubusercontent.com/u/53475078?v=4" />
|
<AvatarImage src="/maulana.webp" />
|
||||||
|
<AvatarFallback />
|
||||||
</Avatar>
|
</Avatar>
|
||||||
<Avatar>
|
<Avatar>
|
||||||
<AvatarImage src="https://avatars.githubusercontent.com/u/49753444?v=4" />
|
<AvatarImage src="/rasyid.webp" />
|
||||||
|
<AvatarFallback />
|
||||||
</Avatar>
|
</Avatar>
|
||||||
<Avatar>
|
<Avatar>
|
||||||
<AvatarImage src="https://avatars.githubusercontent.com/u/97678571?v=4" />
|
<AvatarImage src="/ega.webp" />
|
||||||
|
<AvatarFallback />
|
||||||
</Avatar>
|
</Avatar>
|
||||||
</div>
|
</div>
|
||||||
<p className="px-2 text-xs text-muted-foreground">
|
<p className="px-2 text-xs text-muted-foreground">
|
||||||
|
|||||||
Reference in New Issue
Block a user