Skip to content

Commit

Permalink
update explode message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed Apr 25, 2024
1 parent f70cc27 commit 6640678
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Image from "next/image";
import * as React from "react";
import "@/lib/env";
import dynamic from "next/dynamic";
const Plot = dynamic(() => import("react-plotly.js"), { ssr: false, })
const Plot = dynamic(() => import("react-plotly.js"), { ssr: false });

import "../styles/page.css";

Check warning on line 10 in src/app/page.tsx

View workflow job for this annotation

GitHub Actions / ⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test

Run autofix to sort these imports!

Expand All @@ -16,7 +16,6 @@ import JoinBlock from "@/components/JoinBlock";
import { useState, useEffect } from "react";
import { fetchData } from "@/pages/api/chart";


const HomePage = () => {
return (
<>
Expand Down Expand Up @@ -61,7 +60,7 @@ const ExplodeSection = () => {
return (
<section className="flex items-center justify-center p-6 lg:p-12 lg:pt-24 lg:pb-48 2xl:py-24 text-red1 bg-darkblue1 min-h-screen">
<div className="relative">
<p className="mb-6 md:mb-12 mx-auto text-xl lg:absolute 2xl:left-[600px] 2xl:bottom-[260px] lg:max-w-96 text-center text-white">
<p className="mb-6 md:mb-12 mx-auto text-xl lg:absolute lg:left-[310px] lg:bottom-[100px] 2xl:left-[600px] 2xl:bottom-[200px] lg:max-w-96 text-center text-white">
The salmon industry is a bomb with multiple impacts
</p>
<ul
Expand Down

0 comments on commit 6640678

Please sign in to comment.