Skip to content

Commit

Permalink
fix: rename document
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Dec 15, 2023
1 parent ff4220d commit af08e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/blog/[blog].js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fs from "fs"
import path from "path"
import matter from "gray-matter"
import { HiChevronLeft } from "react-icons/hi"
import styles from "../../style/blog.module.css"
import styles from "../../style/bloga.module.css"

const Blog = ({ mdxSource, data }) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion style/blog.module.css → style/bloga.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* styles/blog.module.css */
/* styles/bloga.module.css */
.blogContent h1,
.blogContent h2,
.blogContent h3 {
Expand Down

0 comments on commit af08e23

Please sign in to comment.