Skip to content

Commit

Permalink
Removing Blog and changes in Footer (vercel#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
okbel authored May 26, 2021
1 parent a84bc46 commit 50be2a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 112 deletions.
14 changes: 0 additions & 14 deletions components/common/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@ const Footer: FC<Props> = ({ className, pages }) => {
</a>
</Link>
</li>
<li className="py-3 md:py-0 md:pb-4">
<Link href="/">
<a className="text-primary hover:text-accents-6 transition ease-in-out duration-150">
Careers
</a>
</Link>
</li>
<li className="py-3 md:py-0 md:pb-4">
<Link href="/blog">
<a className="text-primary hover:text-accents-6 transition ease-in-out duration-150">
Blog
</a>
</Link>
</li>
{sitePages.map((page) => (
<li key={page.url} className="py-3 md:py-0 md:pb-4">
<Link href={page.url!}>
Expand Down
2 changes: 1 addition & 1 deletion components/ui/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Hero: FC<Props> = ({ headline, description }) => {
<p className="mt-5 text-xl leading-7 text-accent-2 text-white">
{description}
</p>
<Link href="/blog">
<Link href="/">
<a className="text-white pt-3 font-bold hover:underline flex flex-row cursor-pointer w-max-content">
Read it here
<RightArrow width="20" heigh="20" className="ml-1" />
Expand Down
97 changes: 0 additions & 97 deletions pages/blog.tsx

This file was deleted.

0 comments on commit 50be2a7

Please sign in to comment.