Skip to content

Commit

Permalink
Merge pull request #5 from TrustlessComputer/fix/layout
Browse files Browse the repository at this point in the history
update color + config link deposit
  • Loading branch information
tonytc13579 authored Jan 11, 2024
2 parents 9563940 + 4d6a716 commit a4e318d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const CDN_APP_ICON_URL: string = CDN_URL + '/l2aas/icons';
export const NEW_BITCOIN_CITY = isProduction
? 'https://newbitcoincity.com/'
: 'https://dev.newbitcoincity.com/';
export const BUY_TC_URL = NEW_BITCOIN_CITY + '/topup';
export const BUY_TC_URL = NEW_BITCOIN_CITY + 'topup';

// export const PDF_DOC_URL = DOMAIN_URL + '/bvm.pdf';

Expand Down
2 changes: 1 addition & 1 deletion src/modules/bvm/Section_1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Section_1 = () => {
</Text>
<Button
marginTop={'5px'}
bgColor={'#FF7E21'}
bgColor={'#EF601B'}
color={'#fff'}
borderRadius={100}
display={'flex'}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/home/Section_1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Section_1 = () => {
{`Build your Bitcoin L2`}
</Button>
<Button
// bgColor={'#FFA564'}
// bgColor={'#EF601B'}
bgColor={'transparent'}
color={'#fff'}
borderRadius={100}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/home/Section_2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const Section_2 = () => {
</Text>

<Button
bgColor={'#FF7E21'}
bgColor={'#EF601B'}
color={'#fff'}
borderRadius={100}
display={'flex'}
Expand Down

0 comments on commit a4e318d

Please sign in to comment.