Skip to content

Commit b46f153

Browse files
authored
Merge pull request #84 from benWu26/TEST
Update home-main.tsx
2 parents 56b1b5b + 0f2ab9e commit b46f153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/home-main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface HomePageProps {
1313
}
1414

1515
const HomeMain = ({
16-
heading = "LeetStudy",
16+
heading = "TEST",
1717
description = "Master and real-time feedback",
1818
}: HomePageProps) => {
1919
return (

0 commit comments

Comments
 (0)