Skip to content

Commit

Permalink
Merge pull request #477 from reactplay/Issue-476-readme-link-is-bloken
Browse files Browse the repository at this point in the history
Issue 476: Readme link is bloken
  • Loading branch information
atapas committed Aug 10, 2022
2 parents 10ae2fc + dc7a1a9 commit 76054bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/common/services/request/query/fetch-plays.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const DetailedFetchParam = {
...{
return: [
...BasiFetchParam.return,
"path",
"blog",
"id",
{ level: ["name"] },
Expand Down
2 changes: 1 addition & 1 deletion src/plays/react-gradients/ReactGradients.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function ReactGradients(props) {

{/* Button to add new gradient, Note:- Currently it is an <a> tag that redirects to README.md of the play. Hoping to convert it to a <button> element that opens up a modal containing a form to easily add a gradient. */}
<a
href="/reactplay/react-play/src/plays/react-gradients#contributing"
href="https://github.com/reactplay/react-play/tree/main/src/plays/react-gradients#contributing"
target="_blank"
rel="noreferrer"
className="fixed bottom-16 md:right-9 right-7 w-fit p-4 text-white bg-[#00f2fe] rounded-full font-semibold text-xl inline-flex justify-center items-center border-2 border-[#00f2fe] hover:bg-white hover:text-[#00f2fe] transition-all duration-200"
Expand Down

1 comment on commit 76054bd

@vercel
Copy link

@vercel vercel bot commented on 76054bd Aug 10, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

react-play – ./

reactoplay.vercel.app
react-play-reactplayio.vercel.app
react-play-git-main-reactplayio.vercel.app

Please sign in to comment.