quiz + lk-candidate
This commit is contained in:
14
src/components/features/Candidate-lk/HeadBottom.js
Normal file
14
src/components/features/Candidate-lk/HeadBottom.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react'
|
||||
import medium_male from "../../../images/medium_male.png"
|
||||
|
||||
export const HeadBottom = () => {
|
||||
return (
|
||||
<div className="bottom-head">
|
||||
<div className="bottom-head__container">
|
||||
<div className="bottom-head__title">Мои тесты</div>
|
||||
<div className="bottom-head__img"><img src={medium_male} alt="" /></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user