Skip to content
Snippets Groups Projects
Commit 8ab230f8 authored by Puneeth Kharvi's avatar Puneeth Kharvi
Browse files

image task changes commited

parent 87c905cb
No related branches found
No related tags found
1 merge request!2Feature/manjusha/sidebar1
.imageClass {
height: 100;
width: 100 ;
}
import React from 'react'
import PropTypes from 'prop-types'
//import PropTypes from 'prop-types'
import {ProfileCover} from "../../assets/img/index";
import "../../style/common/icons.scss";
//import "../../style/common/icons.scss";
import Image from '../../components/images';
function index(props) {
return (
<div>
<img src={ProfileCover} alt="" height="200px" width="200px" />
<Image
src={""}
alt="Image"
className={""}
width={"100"}
height={"100"}
/>
<i className="ni ni-tv-2 text-primary"></i>
<i className="ni ni-planet text-primary"></i>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment