handle register and poster and fix bugs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import ClipBoard from "../../icons/ClipBoard";
|
||||
|
||||
function Address({ data }) {
|
||||
return (
|
||||
<div className="flex flex-col items-start justify-start mt-[40px]">
|
||||
<div className="flex items-center justify-start gap-[6px]">
|
||||
<ClipBoard />
|
||||
<p className="text-[#E7EEF6] text-[20px] font-semibold">آدرس:</p>
|
||||
</div>
|
||||
<p className="text-[#E7EEF6] text-[16px] !font-normal mt-[16px]">
|
||||
{data.location}
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Address;
|
||||
Reference in New Issue
Block a user