fix(back) remake file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
node_modules
|
||||
dist
|
||||
node_modules/
|
||||
dist/
|
||||
build
|
||||
.git
|
||||
.env
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 239 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.8 MiB |
@@ -1,5 +1,5 @@
|
||||
import PageLayout from "../components/PageLayout";
|
||||
import bgLayout from "../assets/Исходники/background.png";
|
||||
import bgLayout from "../assets/Исходники/background.jpg";
|
||||
import Arrow from "../components/Arrow";
|
||||
|
||||
import { useEffect, useState } from "react";
|
||||
@@ -20,8 +20,8 @@ export default function Dashboard() {
|
||||
<div className="mt-10 md:mt-37.5 text-2xl md:text-6xl font-bold text-white flex flex-col">
|
||||
<div
|
||||
className={`transition-all duration-1000 ease-out ${isLoaded
|
||||
? "translate-x-0 opacity-100"
|
||||
: "-transition-x-full opacity-0"
|
||||
? "translate-x-0 opacity-100"
|
||||
: "-transition-x-full opacity-0"
|
||||
}`}
|
||||
>
|
||||
Свежие морепродукты <br />
|
||||
|
||||
Reference in New Issue
Block a user