change format all file
This commit is contained in:
@@ -10,7 +10,8 @@ function ContentContact({ text, children, url, label }) {
|
||||
{children}
|
||||
</div>
|
||||
<p className="text-[#FFF] text-[14px] md:text-[18px] sm:text-[16px] lg:text-[20px] font-normal">
|
||||
{label}<span dir="ltr">{text}</span>
|
||||
{label}
|
||||
<span dir="ltr">{text}</span>
|
||||
</p>
|
||||
</li>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user