Skip to content

Commit

Permalink
fix: links and copy
Browse files Browse the repository at this point in the history
  • Loading branch information
blenderskool committed Oct 6, 2023
1 parent 06ce8f0 commit 8661770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import ThemeSwitcher from './ThemeSwitcher';

const Navigation = ({ className, ...props }: PropsOfHtmlElement) => (
<nav className={`font-semibold text-sm ${className}`} {...props}>
<a href="#projects">Projects</a>
<a href="#talks">Talks</a>
<a href="/#projects">Projects</a>
<a href="/#talks">Talks</a>
<a href="https://razorpay.com/jobs">Careers</a>
<a
href="https://github.com/razorpay"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projects/AllProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AllProjects = ({ projects }: { projects: Project[] }) => {
</div>
<div className="flex flex-col justify-center container mx-auto pt-24 pb-10 px-4 relative z-10">
<h1 className="text-5xl font-extrabold text-center dark:text-white">
Our <span className="text-blue-600">open source</span> projects
Our <span className="text-blue-600">open-source</span> projects
</h1>

<div className="flex flex-wrap px-4 mt-24 gap-4 md:justify-center">
Expand Down

0 comments on commit 8661770

Please sign in to comment.