Skip to content

Commit

Permalink
feat: correct word spell
Browse files Browse the repository at this point in the history
  • Loading branch information
plh97 committed Dec 18, 2024
1 parent 5cd66e3 commit f66a063
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 13 deletions.
2 changes: 0 additions & 2 deletions app/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import './ProgressBar.css'


export default function ProgressBar() {


return (
<Progress
height="4px"
Expand Down
8 changes: 4 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ import Footer from "@/components/Footer";
import classNames from "classnames";

import { reem_kufi, roboto } from "./fonts";
// import ProgressBar from "@/app/ProgressBar";
import ProgressBar from "@/app/ProgressBar";
// import { faGithub } from "@fortawesome/free-brands-svg-icons";

import { SpeedInsights } from "@vercel/speed-insights/next";
import { config } from "@fortawesome/fontawesome-svg-core";
import "@fortawesome/fontawesome-svg-core/styles.css";
import "@/public/globals.css";
import Script from "next/script";

config.autoAddCss = false;

Expand Down Expand Up @@ -87,7 +86,8 @@ export default function RootLayout({
className="bg-gray-100"
style={{ fontFamily }}
>
{/* <ProgressBar /> */}
<SpeedInsights />
<ProgressBar />
<div
className={classNames(
styles["content"],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
Expand Down
37 changes: 34 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/workbox-e43f5367.js → public/workbox-8817a5e5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/workbox-8817a5e5.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/workbox-e43f5367.js.map

This file was deleted.

0 comments on commit f66a063

Please sign in to comment.