Skip to content

Commit

Permalink
fixed readme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Aug 10, 2022
1 parent 10ae2fc commit b8e74b7
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 @@ -60,6 +60,7 @@ export const BasiFetchParam = {
{ play_like: ["liked", "play_id", "user_id"] },
"name",
"slug",
"path",
{ user: ["id", "displayName", "avatarUrl"] },
],
};
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

0 comments on commit b8e74b7

Please sign in to comment.