File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change
1
+ import { FiClock , FiTag } from 'react-icons/fi' ;
1
2
import { ProjectHeader } from '../utils/SingleProjectData' ;
2
3
3
4
const ProjectSingleHeader = ( ) => {
@@ -8,19 +9,13 @@ const ProjectSingleHeader = () => {
8
9
</ p >
9
10
< div className = "flex" >
10
11
< div className = "flex items-center mr-10" >
11
- < i
12
- data-feather = "clock"
13
- className = "w-4 h-4 text-ternary-dark dark:text-ternary-light"
14
- > </ i >
12
+ < FiClock className = "text-xl text-ternary-dark dark:text-ternary-light" />
15
13
< span className = "ml-2 leading-none text-primary-dark dark:text-primary-light" >
16
14
{ ProjectHeader . publishDate }
17
15
</ span >
18
16
</ div >
19
17
< div className = "flex items-center" >
20
- < i
21
- data-feather = "tag"
22
- className = "w-4 h-4 text-ternary-dark dark:text-ternary-light"
23
- > </ i >
18
+ < FiTag className = "w-4 h-4 text-ternary-dark dark:text-ternary-light" />
24
19
< span className = "ml-2 leading-none text-primary-dark dark:text-primary-light" >
25
20
{ ProjectHeader . tags }
26
21
</ span >
You can’t perform that action at this time.
0 commit comments