diff options
Diffstat (limited to 'front/src/root.jsx')
-rw-r--r-- | front/src/root.jsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/front/src/root.jsx b/front/src/root.jsx index 8de2575..1abc67b 100644 --- a/front/src/root.jsx +++ b/front/src/root.jsx @@ -34,8 +34,11 @@ export const Root = () => { </> ) : ( <> - <a href={process.env.REACT_APP_GITHUB_OAUTH} className="button"> - 🐙 Login w/ GitHub 🐙 + <a + href={process.env.REACT_APP_DISCORD_OAUTH} + className="button" + > + 👾 Login w/ Discord 👾 </a> </> )} |