Skip to content

Commit

Permalink
Merge pull request #234 from InternAcademy/dpS1lence-patch-1
Browse files Browse the repository at this point in the history
Update Store.jsx
  • Loading branch information
dpS1lence authored Sep 10, 2024
2 parents 39bf125 + 6977d42 commit 13d8b86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/client/CookingAppReact/src/pages/store/Store.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,16 @@ export default function Store() {
{t("Unlimitedmessages")}
</li>
<li className="text-xl font-semibold border-b-2 border-transparent hover:border-b-2 ">
{t("Unlimitedchats")}
{t("Unlimitedchats")}
</li>
<li className="text-xl font-semibold border-b-2 border-transparent hover:border-b-2 ">
{t("Meals")}
{t("Meals")}
</li>
<li className="text-xl font-semibold border-b-2 border-transparent hover:border-b-2 ">
{t("Customizabledietaryoptions")}
{t("Customizabledietaryoptions")}
</li>
<li className="text-xl font-semibold border-b-2 border-transparent hover:border-b-2 ">
{t("Freecancellation")}
{t("Freecancellation")}
</li>
</ul>
<div className="flex flex-row items-center justify-evenly text-center mt-10 max-w-[32rem]">
Expand Down

0 comments on commit 13d8b86

Please sign in to comment.