Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #144 from PBillingsby/update-readme-link-in-header
Browse files Browse the repository at this point in the history
update link to README in header
  • Loading branch information
jamesrp13 authored Aug 15, 2024
2 parents 7410860 + 54933fc commit 7680d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Header = () => {
</div>
</div>
<DevLinks />
<p className="text-sm font-semibold text-white">Take a look at our <a href="https://github.com/magiclabs/create-magic-app" target='_blank' className="cursor-pointer text-[#6851ff]">developer guide</a> to learn more about this template</p>
<p className="text-sm font-semibold text-white">Take a look at our <a href="https://github.com/magiclabs/create-magic-app/blob/master/scaffolds/nextjs-dedicated-wallet/template/README.md" target='_blank' className="cursor-pointer text-[#6851ff]">developer guide</a> to learn more about this template</p>
</div>
);
};
Expand Down

0 comments on commit 7680d3a

Please sign in to comment.