Skip to content

Commit

Permalink
Merge pull request #269 from sunrise-stake/develop
Browse files Browse the repository at this point in the history
UI fixes
  • Loading branch information
dankelleher authored Jun 5, 2023
2 parents 72d1cff + c50e979 commit adbef2b
Show file tree
Hide file tree
Showing 5 changed files with 1,852 additions and 1,682 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/gallium
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ Until sufficient liquidity is present on Solana for NCT, Sunrise is maintaining

Install [solana](https://docs.solana.com/cli/install-solana-cli-tools).

This project uses node v16.18 and yarn v1
If you have [nvm](https://github.com/nvm-sh/nvm) installed,
you can run `nvm use` to switch to the correct version, and `nvm install` to install it.

```shell
$ yarn
$ yarn program:build
Expand Down
1 change: 1 addition & 0 deletions packages/app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@sunrisestake"/>
<meta name="twitter:creator" content="@sunrisestake"/>
<meta name="twitter:image" content="https://app.sunrisestake.com/placeholder-tree.png">
<meta property="og:url" content="app.sunrisestake.com"/>
<meta property="og:title" content="Sunrise Stake"/>
<meta property="og:description" content="Offset carbon while you sleep"/>
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/common/partials/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Layout: FC<{ children: ReactNode }> = ({ children }) => {
>
<BsQuestionCircle
size={40}
className="text-green-light w-4 md:w-12"
className="text-green-light w-8 md:w-12"
/>
</button>
</Transition>
Expand Down
Loading

1 comment on commit adbef2b

@vercel
Copy link

@vercel vercel bot commented on adbef2b Jun 5, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

app – ./

app-sunrise-stake.vercel.app
app-git-main-sunrise-stake.vercel.app
app.sunrisestake.com

Please sign in to comment.