Skip to content

Commit

Permalink
Format footer
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Jan 1, 2025
1 parent e66441c commit c576ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Link from "next/link";
import { MdAlternateEmail } from "react-icons/md";
import { HiStatusOnline } from "react-icons/hi";
import { useEffect, useState } from "react";
import Leaderboard from '../pages/leaderboard';
import Leaderboard from "../pages/leaderboard";

export default function Footer() {
const [swStatus, setSwStatus] = useState("Finding service worker...");
Expand Down

0 comments on commit c576ccc

Please sign in to comment.