Skip to content

feat: fix logo dimensions and hide spaces#3

Merged
Emosaddd merged 1 commit into
astar-stgfrom
feat/fix-logo-dimensions-spaces
May 6, 2026
Merged

feat: fix logo dimensions and hide spaces#3
Emosaddd merged 1 commit into
astar-stgfrom
feat/fix-logo-dimensions-spaces

Conversation

@Emosaddd
Copy link
Copy Markdown

@Emosaddd Emosaddd commented May 6, 2026

What it solves

Resolves #

How this PR fixes it

How to test it

Screenshots

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

@Emosaddd Emosaddd merged commit aa15b5a into astar-stg May 6, 2026
3 of 18 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Branch preview

❌ Deploy failed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Coverage report for apps/web

Caution

Test run failed

St.
Category Percentage Covered / Total
🟡 Statements 78.51% 20545/26169
🔴 Branches 57.33% 5628/9817
🟡 Functions 63.98% 2934/4586
🟡 Lines 79.99% 18607/23261

Test suite run failed

Failed tests: 1/3395. Failed suites: 1/380.
  ● ReviewTransaction › should display a confirmation screen

    expect(received).toMatchSnapshot()

    Snapshot name: `ReviewTransaction should display a confirmation screen 1`

    - Snapshot  - 25
    + Received  +  0

    @@ -190,35 +190,10 @@
                              >
                                Cross-verify your transaction data with external tools like
                                 
                                <a
                                  class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
    -                             href="https://safeutils.openzeppelin.com"
    -                             rel="noreferrer noopener"
    -                             target="_blank"
    -                           >
    -                             <span
    -                               class="MuiBox-root css-u9xrjn"
    -                             >
    -                               Safe Utils
    -                               <svg
    -                                 aria-hidden="true"
    -                                 class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall external-link-icon css-tqxw8e-MuiSvgIcon-root"
    -                                 data-testid="OpenInNewRoundedIcon"
    -                                 focusable="false"
    -                                 viewBox="0 0 24 24"
    -                               >
    -                                 <path
    -                                   d="M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1M14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1"
    -                                 />
    -                               </svg>
    -                             </span>
    -                           </a>
    -                            and
    -                            
    -                           <a
    -                             class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
                                  href="https://transaction-decoder.pages.dev"
                                  rel="noreferrer noopener"
                                  target="_blank"
                                >
                                  <span

      84 |       expect(container.querySelector('[data-testid="continue-sign-btn"]')).toBeInTheDocument()
      85 |     })
    > 86 |     expect(container).toMatchSnapshot()
         |                       ^
      87 |   })
      88 |
      89 |   it('should display an error screen', async () => {

      at Object.toMatchSnapshot (src/components/tx/ReviewTransactionV2/__tests__/index.test.tsx:86:23)

Report generated by 🧪jest coverage report action from 3b972e9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant