Skip to content

Commit

Permalink
Update contacts page route images
Browse files Browse the repository at this point in the history
  • Loading branch information
oddestdan committed Feb 3, 2024
1 parent 4ff8475 commit 20b1f7c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/routes/contacts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { useEffect, useMemo, useState } from "react";
import { CONTACTS_CURRENT_TAB_QS } from "~/utils/constants";
import ReactTooltip from "react-tooltip";

import imageSrcRouteFoot from "../../../public/images/route-foot.png";
import imageSrcRouteCar from "../../../public/images/route-car.png";
import imageSrcRouteFoot from "../../../public/images/route-foot.jpg";
import imageSrcRouteCar from "../../../public/images/route-car.jpg";

const byFootText = `
<br />Прохідна через "Silver Centre"
Expand All @@ -21,7 +21,7 @@ const renderByFootTab = () => (
<div className="flex flex-col pt-2 pb-4 xl:flex-row-reverse">
<p className="mb-4 w-full flex-1 xl:w-3/5 xl:pl-2">
<img
className="aspect-[3/2] w-full bg-stone-100"
className="aspect-[3/2] w-full bg-stone-100 object-cover xl:aspect-[2/2]"
src={imageSrcRouteFoot}
alt="Route by foot"
/>
Expand Down Expand Up @@ -52,7 +52,7 @@ const renderByCarTab = () => (
<div className="flex flex-col pt-2 pb-4 xl:flex-row-reverse">
<p className="mb-4 w-full flex-1 xl:w-3/5 xl:pl-2">
<img
className="aspect-[3/2] w-full bg-stone-100"
className="aspect-[3/2] w-full bg-stone-100 object-cover xl:aspect-[2/2]"
src={imageSrcRouteCar}
alt="Route by car"
/>
Expand Down
Binary file added public/images/route-car.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/route-car.png
Binary file not shown.
Binary file added public/images/route-foot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/route-foot.png
Binary file not shown.

0 comments on commit 20b1f7c

Please sign in to comment.