Skip to content

Commit

Permalink
testing redirect home feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NaoCoding authored Apr 13, 2024
1 parent 18123e2 commit a2f2148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions my-app/src/page/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Traffic from "./Traffic";
import Review from "./Review";

const Home = () => {
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 a2f2148

Please sign in to comment.