We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0564bf6 commit 1dac6b4Copy full SHA for 1dac6b4
src/pages/about.js
@@ -2,7 +2,10 @@ import React from 'react';
2
import { Header } from "../components/header/header";
3
import { Box, Button } from "@mui/material"
4
import "./about.css"
5
-const letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+
6
7
+export const AboutPage = () => {
8
+ const letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
9
10
document.addEventListener("DOMContentLoaded", function(){
11
observe('.description');
@@ -96,7 +99,6 @@ function hackereffectslow(selector){
96
99
}
97
100
};
98
101
-export const AboutPage = () => {
102
return(
103
<Box sx={{marginLeft:"2.55%"}}>
104
<Header/>
0 commit comments