Refactored herosection so it is more consistent with other fiels
This commit is contained in:
parent
a56e8ccb5c
commit
966304ac3a
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ import "./HeroSection.css";
|
|||
import "@fortawesome/fontawesome-free/css/all.css";
|
||||
import { useAuth } from "../auth/AuthProvider";
|
||||
|
||||
function HeroSection() {
|
||||
export default function HeroSection() {
|
||||
const [isLoggedIn] = useAuth();
|
||||
|
||||
return (
|
||||
|
@ -53,5 +53,3 @@ function HeroSection() {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default HeroSection;
|
||||
|
|
Loading…
Reference in a new issue