Skip to content

Commit

Permalink
Update Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NaoCoding authored Apr 13, 2024
1 parent 0b2a12c commit e3d7941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/page/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Traffic from "./Traffic";
import Review from "./Review";

const Home = () => {
if(window.location.href != "https://camp.csie.cool/"){window.location.href = "https://camp.csie.cool/"}

const [descriptions, setDescriptions] = useState({
image1: { visible: true, content: <About /> },
image2: { visible: true, content: <Info /> },
Expand Down

0 comments on commit e3d7941

Please sign in to comment.