Skip to content

Commit

Permalink
Updated landing page links to open in new tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
codinginthemorning committed Apr 9, 2022
1 parent 9b1a24c commit 7eb3d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blendbase-landing/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ExternalLinkIcon = () => (
);

const CheckGithubButton = () => (
<a href={AppConfig.githubUrl} className="btn-sm text-gray-200 bg-brand-500 hover:bg-brand-600">
<a href={AppConfig.githubUrl} className="btn-sm text-gray-200 bg-brand-500 hover:bg-brand-600" target="_blank">
<svg
width="32"
height="32"
Expand Down
3 changes: 2 additions & 1 deletion blendbase-landing/components/HeroHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ function HeroHome() {
<div>
<a
className="btn btn-lg text-white bg-brand-500 hover:bg-brand-700 w-full mb-4 sm:w-auto sm:mb-0"
href="#0"
href={AppConfig.documentationUrl}
target="_blank"
>
Get started
</a>
Expand Down

0 comments on commit 7eb3d5f

Please sign in to comment.