Skip to content

Commit 3899e40

Browse files
authored
Merge pull request #18 from chemturion/master
Flip the Login and Sign Up tabs
2 parents ea3fff6 + 6ff7307 commit 3899e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lessons/01-rendering/exercise/LoggedOut.final.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ export default function LoggedOut() {
1010
<About />
1111
<Tabs>
1212
<TabList>
13-
<Tab>Sign Up</Tab>
1413
<Tab>Login</Tab>
14+
<Tab>Sign Up</Tab>
1515
</TabList>
1616
<TabPanels>
1717
<TabPanel>
18-
<SignupForm />
18+
<LoginForm />
1919
</TabPanel>
2020
<TabPanel>
21-
<LoginForm />
21+
<SignupForm />
2222
</TabPanel>
2323
</TabPanels>
2424
</Tabs>

0 commit comments

Comments
 (0)