Skip to content

Commit

Permalink
update services url by switching between direct/indirect mode
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Shahali committed Sep 10, 2024
1 parent 109b8a3 commit 62060fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Views/Pages/GetButton/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.get-button-layout {
@apply w-full min-h-screen flex-center py-24;
@apply w-full min-h-screen flex-center py-24 animate-fade-in;

.get-button-container {
@apply py-8 px-6 sm:p-8 sm:pb-14 rounded-lg bg-white bg-opacity-50 w-11/12 sm:w-4/5 md:w-2/3 lg:w-1/2 mx-auto z-10 flex flex-col;
Expand Down
2 changes: 1 addition & 1 deletion src/Views/Pages/GetButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const GetButton = () => {
// ? ------------------------------ useEffect -------------------------------
useEffect(() => {
if (temp.showCode) getCode();
}, [selectedServices]);
}, [selectedServices, temp.shareMode]);
// --------------------------------------------------------------------------
return (
<div className='get-button-layout'>
Expand Down

0 comments on commit 62060fd

Please sign in to comment.