website refactor
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import React, { ReactNode } from 'react';
|
||||
import Image from 'next/image';
|
||||
import { Box } from './Box';
|
||||
import { Stack } from './Stack';
|
||||
import { Text } from './Text';
|
||||
import { Card } from './Card';
|
||||
import { Image } from './Image';
|
||||
|
||||
interface FeedItemProps {
|
||||
actorName?: string;
|
||||
@@ -34,7 +32,9 @@ export function FeedItem({
|
||||
alt={actorName || ''}
|
||||
width={40}
|
||||
height={40}
|
||||
className="w-full h-full object-cover"
|
||||
fullWidth
|
||||
fullHeight
|
||||
objectFit="cover"
|
||||
/>
|
||||
</Box>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user