feat: Update phone and email icons to their orange variants on the contact page.
This commit is contained in:
@@ -78,7 +78,7 @@ export default function ContactPage() {
|
|||||||
</label>
|
</label>
|
||||||
<div className="border border-[#00293d]/10 rounded-[15px] h-[52px] px-4 flex items-center gap-3">
|
<div className="border border-[#00293d]/10 rounded-[15px] h-[52px] px-4 flex items-center gap-3">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/icons/phone-icon.svg"
|
src="/assets/icons/phone-orange-icon.svg"
|
||||||
alt="Phone"
|
alt="Phone"
|
||||||
width={22}
|
width={22}
|
||||||
height={22}
|
height={22}
|
||||||
@@ -101,7 +101,7 @@ export default function ContactPage() {
|
|||||||
</label>
|
</label>
|
||||||
<div className="border border-[#00293d]/10 rounded-[15px] h-[52px] px-4 flex items-center gap-3">
|
<div className="border border-[#00293d]/10 rounded-[15px] h-[52px] px-4 flex items-center gap-3">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/icons/email-icon.svg"
|
src="/assets/icons/email-orange-icon.svg"
|
||||||
alt="Email"
|
alt="Email"
|
||||||
width={22}
|
width={22}
|
||||||
height={22}
|
height={22}
|
||||||
|
|||||||
Reference in New Issue
Block a user