Skip to content

Commit

Permalink
Update useContext.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linsolas authored and tdd committed Jul 20, 2023
1 parent 77b8f8b commit fb41015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/reference/react/useContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ export default function MyApp() {
function Form({ children }) {
return (
<Panel title="Bienvenue">
<Button>S'enregistrer</Button>
<Button>S'inscrire</Button>
<Button>Se connecter</Button>
</Panel>
);
Expand Down Expand Up @@ -1102,7 +1102,7 @@ export default function MyApp() {
function Form() {
return (
<Panel title="Bienvenue">
<Button>S'enregistrer</Button>
<Button>S'inscrire</Button>
<Button>Se connecter</Button>
<ThemeContext.Provider value="light">
<Footer />
Expand Down

0 comments on commit fb41015

Please sign in to comment.