Skip to content

Commit

Permalink
Update guidance.js
Browse files Browse the repository at this point in the history
Signed-off-by: NISHANT SINGH <[email protected]>
  • Loading branch information
NishantSinghhhhh authored Oct 21, 2024
1 parent ac20644 commit 1dbe06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/Projects/Sistent/components/link/guidance.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export const LinkGuidancePage = () => {
display: "inline-block",
marginLeft: "10px",
textDecoration: "none",
color: "green",
color: "black",
backgroundColor: "yellow",
padding: "10px 20px",
borderRadius: "4px",
fontWeight: "bold",
Expand Down

0 comments on commit 1dbe06a

Please sign in to comment.