You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/index.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ import RevealContentContainer from '@/components/containers/RevealContentContain
5
5
import{useTheme}from'styled-components';
6
6
7
7
exportdefaultfunctionHome(){
8
-
9
8
consttheme=useTheme();
10
9
return(
11
10
<>
@@ -16,7 +15,7 @@ export default function Home() {
16
15
altTag='Join the project'
17
16
content='Web Dev Path is an open-source initiative that provides hands-on experience in a simulated professional environment to people who seek to begin or move forward in their web development journey.'
18
17
link='/about'
19
-
$btnColorScheme='inverted-grey'
18
+
customBtnClass='inverted-grey'
20
19
bgColor={theme.colors.lightBg}
21
20
/>
22
21
</RevealContentContainer>
@@ -76,7 +75,7 @@ export default function Home() {
0 commit comments