Skip to content

fix: top footer margin#5646

Open
therealemjy wants to merge 1 commit into
mainfrom
fix/footer-margin
Open

fix: top footer margin#5646
therealemjy wants to merge 1 commit into
mainfrom
fix/footer-margin

Conversation

@therealemjy

@therealemjy therealemjy commented Jun 17, 2026

Copy link
Copy Markdown
Member

Changes

  • top footer margin

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dapp-preview Ready Ready Preview Jun 17, 2026 11:00am
dapp-testnet Ready Ready Preview Jun 17, 2026 11:00am
venus.io Ready Ready Preview Jun 17, 2026 11:00am

Request Review

@therealemjy therealemjy requested a review from cuzz-venus June 17, 2026 10:58
@therealemjy therealemjy marked this pull request as ready for review June 17, 2026 10:58
@changeset-bot

changeset-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: ac66848

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@venusprotocol/evm Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@greptile-apps

greptile-apps Bot commented Jun 17, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds a mt-10 top margin to the footer element to fix a layout spacing issue between the page content and the footer.

  • The single-class change (mt-10 = 40px) uses a valid project spacing scale utility as defined in the design system reference.
  • The changeset is correctly scoped as a patch for @venusprotocol/evm.

Confidence Score: 5/5

A one-line className addition that adds a top margin to the footer — no logic, no API surface, and no shared contracts touched.

The change is a single Tailwind utility class (mt-10) appended to the footer's existing className string. It follows the project's spacing token scale, does not touch any logic or data layer, and is accompanied by a correctly scoped changeset.

No files require special attention.

Important Files Changed

Filename Overview
apps/evm/src/containers/Layout/Footer/index.tsx Adds mt-10 (40px top margin) to the footer element — a one-class, design-token-compliant spacing fix.
.changeset/large-beans-smell.md Patch changeset entry for the footer margin fix — correctly scoped to @venusprotocol/evm.

Reviews (1): Last reviewed commit: "fix: top footer margin" | Re-trigger Greptile

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for ./apps/evm

Status Category Percentage Covered / Total
🔵 Lines 81.46% 47471 / 58274
🔵 Statements 81.46% 47471 / 58274
🔵 Functions 62.2% 655 / 1053
🔵 Branches 72.96% 5413 / 7419
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/evm/src/containers/Layout/Footer/index.tsx 0% 0% 0% 0% 1-117
Generated in workflow #13659 for commit ac66848 by the Vitest Coverage Report Action

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