Replace absolute image paths
This commit is contained in:
@@ -15,17 +15,17 @@ export default function HeaderTab({
|
||||
>
|
||||
{children}
|
||||
<img
|
||||
src="/assets/Union_xsm.svg"
|
||||
src="assets/Union_xsm.svg"
|
||||
alt="Union"
|
||||
className="absolute -bottom-[3px] -right-[52px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] sm:hidden -z-10"
|
||||
/>
|
||||
<img
|
||||
src="/assets/Union_sm_md_lg.svg"
|
||||
src="assets/Union_sm_md_lg.svg"
|
||||
alt="Union"
|
||||
className="absolute -bottom-[3.7px] -right-[53px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] hidden sm:block xl:hidden -z-10"
|
||||
/>
|
||||
<img
|
||||
src="/assets/Union_xlg.svg"
|
||||
src="assets/Union_xlg.svg"
|
||||
alt="Union"
|
||||
className="absolute -bottom-[6px] -right-[94px] w-[105px] h-[53px] hidden xl:block -z-10"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user