Skip to content

Commit

Permalink
Add link for early access update
Browse files Browse the repository at this point in the history
  • Loading branch information
RutikKulkarni committed Jun 30, 2024
1 parent 0d27df0 commit a3cf730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Widget/FixWidget/FixWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from "./FixWidget.module.css";

const FixWidget = () => {
const handleClick = () => {
window.open("https://referral-network-hub.vercel.app/", "_blank");
window.open("https://forms.gle/3xAT8V3JBenMygLB8", "_blank");
};

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

.desktopWidget {
display: none;
background-color: var(--bg-component-yellow);
background-color: #f6e440;
color: #000;
padding: 20px;
border-radius: 8px;
Expand Down

0 comments on commit a3cf730

Please sign in to comment.