Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-blazer authored Nov 22, 2022
1 parent 7721c98 commit d335100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function Home() {
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.94 }}
>
<button onClick={() => router.push('/about')} className="bg-primary shadow-2xl shadow-primary text-white font-display font-semibold text-lg px-10 py-3 rounded-md button button-text mr-2" href="/about"><i className="fas fa-user"></i> About Me</button>
<button onClick={() => router.push('/about')} className="bg-primary shadow-2xl shadow-primary text-white font-display font-semibold text-lg px-10 py-3 rounded-md button button-text" href="/about"><i className="fas fa-user mr-2"></i> About Me</button>
</motion.div>
</div>
</div>
Expand Down

1 comment on commit d335100

@vercel
Copy link

@vercel vercel bot commented on d335100 Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.