Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(mfi-v2-ui): new asset update - render #384

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ export const AssetListFilters = () => {

return (
<div className="col-span-full w-full space-y-5">
<NewAssetBanner asset="jlp" image="https://static.jup.ag/jlp/icon.png" />
<NewAssetBanner
asset="render"
image="https://shdw-drive.genesysgo.net/5zseP54TGrcz9C8HdjZwJJsZ6f3VbP11p1abwKWGykZH/rndr.png"
/>
<div className="flex flex-col gap-2 lg:flex-row lg:items-center lg:gap-8">
<div className="flex w-[150px] h-[42px] mr-auto">
<MrgnLabeledSwitch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ const AssetRow: FC<{
</Badge>
</TableCell>

<TableCell className="text-white border-none font-aeonik px-0.5 py-2.5">
<TableCell className="text-white border-none font-aeonik py-1.5 px-0">
<Tooltip
title={marginfiAccount === null ? "User account while be automatically created on first deposit" : ""}
placement="top"
Expand Down