Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7378 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7378 Rev 7379
Línea 7... Línea 7...
7
import SubscriptionsIcon from '@mui/icons-material/Subscriptions'
7
import SubscriptionsIcon from '@mui/icons-material/Subscriptions'
8
import ArticleIcon from '@mui/icons-material/Article'
8
import ArticleIcon from '@mui/icons-material/Article'
9
import PostAddIcon from '@mui/icons-material/PostAdd'
9
import PostAddIcon from '@mui/icons-material/PostAdd'
Línea 10... Línea 10...
10
 
10
 
11
import InputOption from './InputOption'
11
import InputOption from './InputOption'
Línea 12... Línea 12...
12
import Avatar from '../../UI/AvatarImage'
12
import { Avatar } from '@mui/material'
13
 
13
 
14
const FeedShare = ({ feedType, postUrl = '', image = '' }) => {
14
const FeedShare = ({ feedType, postUrl = '', image = '' }) => {
Línea 20... Línea 20...
20
  }
20
  }
Línea 21... Línea 21...
21
 
21
 
22
  return (
22
  return (
23
    <div className="feed__share">
23
    <div className="feed__share">
24
      <div className="feed__input-container">
24
      <div className="feed__input-container">
25
        <Avatar imageUrl={image} size="xl" />
25
        <Avatar src={image} sx={{ width: '60px', height: '60px' }} />
26
        <div
26
        <div
27
          className="feed__input"
27
          className="feed__input"
28
          onClick={() => onClickHandler(shareModalTypes.POST)}
28
          onClick={() => onClickHandler(shareModalTypes.POST)}
29
        >
29
        >