Skip to content

Commit

Permalink
Update UI, update rebrandly link.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawal-d committed Jun 17, 2024
1 parent d82c7ac commit 3decfa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/webview/frontend/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ declare const vscodeApi: {
setState: (state: WebViewpersistenceState) => void;
};

const payPalUrl = 'https://www.paypal.com/ncp/payment/CMLKCFEJEMX5L';
// Original: www.paypal.com/ncp/payment/CMLKCFEJEMX5L
const payPalUrl = 'https://rb.gy/5iiorz';

function Judge(props: {
problem: Problem;
Expand Down
6 changes: 5 additions & 1 deletion src/webview/frontend/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ textarea:active {
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

body.vscode-light .btn-pink {
text-shadow: none;
}

.btn:focus {
border-color: var(--vscode-focusBorder);
}
Expand Down Expand Up @@ -463,4 +467,4 @@ body.vscode-light .case-number {
.fallback {
display: block !important;
}
}
}

0 comments on commit 3decfa7

Please sign in to comment.