fix: eslint not working on jsx/tsx files
This commit is contained in:
parent
80b6656e38
commit
f59dfa7232
2 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
import GithubLinkIcon from "../GithubLinkIcon"
|
||||
import { faRss } from "@fortawesome/free-solid-svg-icons"
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
|
||||
|
||||
import GithubLinkIcon from "../GithubLinkIcon"
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="flex h-32 justify-center bg-light-footer-bg px-4 text-light-footer-text dark:bg-dark-footer-bg dark:text-dark-footer-text">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue