Skip to content

Commit

Permalink
Merge pull request #967 from 0xsend/dev
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
0xBigBoss authored Dec 23, 2024
2 parents b181a8a + 5f64903 commit c584944
Show file tree
Hide file tree
Showing 19 changed files with 1,062 additions and 320 deletions.
2 changes: 1 addition & 1 deletion apps/next/pages/[tag].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const getServerSideProps = (async (ctx: GetServerSidePropsContext) => {

Page.getLayout = (children) => (
<MobileButtonRowLayout.Profile>
<HomeLayout TopNav={<TopNav header="Profile" backFunction="router" />}>{children}</HomeLayout>
<HomeLayout TopNav={<TopNav header="History" backFunction="router" />}>{children}</HomeLayout>
</MobileButtonRowLayout.Profile>
)

Expand Down
2 changes: 1 addition & 1 deletion apps/next/pages/profile/[sendid].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const getServerSideProps = (async (ctx: GetServerSidePropsContext) => {

Page.getLayout = (children) => (
<MobileButtonRowLayout.Profile>
<HomeLayout TopNav={<TopNav header="Profile" backFunction="router" />}>{children}</HomeLayout>
<HomeLayout TopNav={<TopNav header="History" backFunction="router" />}>{children}</HomeLayout>
</MobileButtonRowLayout.Profile>
)

Expand Down
1 change: 0 additions & 1 deletion packages/app/components/FormFields/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export const TextField = (
borderWidth={0}
borderRadius={'$4'}
fontSize={'$5'}
fontStyle={field.value ? 'normal' : 'italic'}
fontWeight={field.value ? 'bold' : 'normal'}
$theme-dark={{
...(process.env.NODE_ENV !== 'test' ? { placeholderTextColor: '$white' } : {}),
Expand Down
Loading

0 comments on commit c584944

Please sign in to comment.