Skip to content

Commit

Permalink
bug: removedtide ontainer from info
Browse files Browse the repository at this point in the history
  • Loading branch information
ajesuscode committed Oct 26, 2023
1 parent 356741d commit 7d7a327
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/info/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import pintxosData from "@/app/constants/pintxosData";
import Image from "next/image";
import Link from "next/link";
import TideContainer from "../components/atom/TideContainer";

const Info = () => {
return (
Expand All @@ -23,7 +22,6 @@ const Info = () => {
There are six surf conditions with corresponding pintxo name and
brand color. You can learn them below.
</p>
<TideContainer />

<div className="grid grid-cols-1 md:grid-cols-3 gap-4 h-full my-8">
{pintxosData.map((item, index) => (
Expand Down

0 comments on commit 7d7a327

Please sign in to comment.