Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed Feb 15, 2024
1 parent 3b0f1dc commit bf8dead
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box, Button, Image, Icon, Link, Fade } from "@chakra-ui/react";
import Background from "./PopUp-background.png";
import Logo from "./PopUp-Text.svg";
import Background from "./popup-background.png";
import Logo from "./popup-text.svg";
import { useState } from "react";
import CloseIcon from "./CloseIcon/CloseIcon";
import ArrowRight from "./ArrowRight/ArrowRight";
Expand Down

0 comments on commit bf8dead

Please sign in to comment.