Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2024
1 parent 1b7942f commit a9c234a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/footer/Footer.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React, { useContext } from "react";
import React, {useContext} from "react";
import "./Footer.scss";
import { Fade } from "react-reveal";
import {Fade} from "react-reveal";
import emoji from "react-easy-emoji";
import StyleContext from "../../contexts/StyleContext";

export default function Footer() {
const { isDark } = useContext(StyleContext);
const {isDark} = useContext(StyleContext);
return (
<Fade bottom duration={1000} distance="5px">
<div className="footer-div">
Expand Down

0 comments on commit a9c234a

Please sign in to comment.