Skip to content

Commit

Permalink
create a potential runtime bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Nov 6, 2024
1 parent bfedf91 commit 3766cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/About/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styles from "./About.module.scss";

export default function About() {
return <div className={styles.root}></div>;
return <div className={styles.root[100]}></div>;
}

0 comments on commit 3766cf7

Please sign in to comment.