diff --git a/components/replit/token-instructions.js b/components/replit/token-instructions.js index 254c66d0..18c6f924 100644 --- a/components/replit/token-instructions.js +++ b/components/replit/token-instructions.js @@ -8,6 +8,10 @@ const TokenInstructions = () => { const [currentStep, setCurrentStep] = useState(0) const tokenSteps = [ + { + image: '/replit/replit-homepage.png', + desc: 'Go to replit.com, and sign in.' + }, { image: '/replit/aarc1.gif', desc: "Open your browser's developer tools. You can do this by right-clicking on the page and selecting 'Inspect' or by pressing F12 on your keyboard." @@ -55,11 +59,14 @@ const TokenInstructions = () => {