Skip to content

Commit

Permalink
Merge pull request #134 from alleslabs/fix/overview-spacing
Browse files Browse the repository at this point in the history
feat(components): fix un-align sub-page with sidebar
  • Loading branch information
songwongtp committed Feb 1, 2023
2 parents a302a3e + 8bfe409 commit 9e5001e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

- [#134](https://github.com/alleslabs/celatone-frontend/pull/134) Fix un-align sub-page with sidebar
- [#144](https://github.com/alleslabs/celatone-frontend/pull/144) Add `Assign me` for admin address on instantiate form
- [#131](https://github.com/alleslabs/celatone-frontend/pull/131) Add CW2-related information to contract details page
- [#120](https://github.com/alleslabs/celatone-frontend/pull/120) Add simulate migrate fee and the final migration step
Expand Down
2 changes: 1 addition & 1 deletion src/lib/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { QuickMenu } from "./components/QuickMenu";
import { RecentActivities } from "./components/RecentActivities";

const Home = () => (
<Box m="1">
<Box mx="1">
<QuickMenu />
<RecentActivities />
{/* <PastTransaction /> */}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const CodeSelect = ({
)}
<CodeSelectModalButton
onCodeSelect={onCodeSelect}
buttonText={codeId ? "Change" : "Select Code"}
buttonText={codeId ? "Change Code" : "Select Code"}
/>
</Flex>
{isError && (
Expand Down

2 comments on commit 9e5001e

@vercel
Copy link

@vercel vercel bot commented on 9e5001e Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9e5001e Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.