Skip to content

Commit 1dac6b4

Browse files
author
Jiawei Wu
committed
fix
1 parent 0564bf6 commit 1dac6b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/about.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import React from 'react';
22
import { Header } from "../components/header/header";
33
import { Box, Button } from "@mui/material"
44
import "./about.css"
5-
const letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5+
6+
7+
export const AboutPage = () => {
8+
const letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
69

710
document.addEventListener("DOMContentLoaded", function(){
811
observe('.description');
@@ -96,7 +99,6 @@ function hackereffectslow(selector){
9699
}
97100
};
98101

99-
export const AboutPage = () => {
100102
return(
101103
<Box sx={{marginLeft:"2.55%"}}>
102104
<Header/>

0 commit comments

Comments
 (0)